- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- FTP error "550 can't access file"
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 04:51 AM
тАО05-27-2010 04:51 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 05:04 AM
тАО05-27-2010 05:04 AM
Re: FTP error "550 can't access file"
>> 550 can't access file" error
May be you dont have the required permissions to access the file.
Do you have permissions to access the file ?
what is the output of
$ DIR/PROT
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 05:16 AM
тАО05-27-2010 05:16 AM
Re: FTP error "550 can't access file"
Also, the CSV file may be open and getting modified at the time the FTP is
going on. This may be causing the problem.
May be the VMS Box is still updating the CSV file.
Is the CSV file open for write when the FTP is going on ?
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 05:17 AM
тАО05-27-2010 05:17 AM
Re: FTP error "550 can't access file"
dir/prot gives me (RWED,RWED,RWED,RE).
I tried to ftp the file via filezilla too, and get the same error. Could it be a priviledge setting on the client's server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 05:22 AM
тАО05-27-2010 05:22 AM
Re: FTP error "550 can't access file"
>> dir/prot gives me (RWED,RWED,RWED,RE).
The protection of the CSV file looks ok.
Check my previous response.
Is the CSV file open for write on the VMS Box when the FTP is going on ?
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 05:34 AM
тАО05-27-2010 05:34 AM
Solution>> I tried to ftp the file via filezilla too, and get the same error.
>> Could it be a priviledge setting on the client's server?
Check the following link -
http://forum.filezilla-project.org/viewtopic.php?f=2&t=5559
It talks about FTP "550 can't access file" error with filezilla.
Hope this helps.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 05:37 AM
тАО05-27-2010 05:37 AM
Re: FTP error "550 can't access file"
All that's in the file is '$test', so it's tiny.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 06:14 AM
тАО05-27-2010 06:14 AM
Re: FTP error "550 can't access file"
>> Hi - no the file isn't open anywhere.
>> All that's in the file is '$test', so it's tiny.
Ahh. Thats bad.
- Does the problem occur always with this file ?
- Is the problem seen with only this file or with other files on the VMS Box also ?
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 06:22 AM
тАО05-27-2010 06:22 AM
Re: FTP error "550 can't access file"
This is a new transfer I'm trying to setup, for the first time onto this specific box. I'm guessing it's a permissions issue on the box, but thought i'd run it past the big brains on here first. Many thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 06:48 AM
тАО05-27-2010 06:48 AM
Re: FTP error "550 can't access file"
Check your credentials and your associated access on the remote ftp server. Put another way, this doesn't appear to be an OpenVMS question.
Presuming V6.2 or later, the usual command to push a file from OpenVMS to a remote ftp server would be:
$ COPY/FTP [/binary or /ascii] -
[/active or /passive] -
local-file-spec -
host"rem-user rem-pass"::"rem-file-spec"
(The older ftp utility is still available, but somewhat more involved to script in DCL.)
I'd also suggest switching to sftp, as ftp is problematic in modern networks, and particularly when firewalls are involved. (Though the sftp client isn't yet supported by a hypothetical COPY /SFTP command, unfortunately.) But you can get sftp to work with public key authentication, which means you don't need to embed passwords in your DCL procedures, etc.
If you're issuing a PUT operation from VMS to the target system, or if you're getting a 550 error back from the remote ftp server, then Filezilla and the local protections and related likely aren't relevant.
The Filezilla tool would be a GET from the OpenVMS system into a Microsoft Windows box, and if you're using Filezilla and Microsoft Windows. And that Filezilla tool would also be expected to generate a 550 error given the same set of credentials and a PUT into the same remote ftp server. (Try that Filezilla PUT, for instance, or try an ftp PUT from bash or whatever other client environment you happen to have around on your local network; PUT into the same server with the same credentials, and see if you can eliminate OpenVMS here.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 09:41 AM
тАО05-27-2010 09:41 AM
Re: FTP error "550 can't access file"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 11:54 AM
тАО05-27-2010 11:54 AM
Re: FTP error "550 can't access file"
> message [...]
This is an ITRC forum. I think that
adequate information is prohibited here.
Basic info:
Actual transcript showing actual commands
with actual output.
Some less content-free description of "a non
VMS box".
> The ftp 550 error is typically an error
> from the ftp server, [...]
Yup. So, if you're really doing a "put",
then I'd guess that the only "access"
problems would involve write permission at
the server. Note that anonymous FTP
typically handles incoming stuff differently
from normal FTP. (And, of course, we
non-psychics have no idea what you're
actually doing.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2010 12:11 AM
тАО05-28-2010 12:11 AM
Re: FTP error "550 can't access file"
Turned out it was a permissioning issue at the other end, which has now been rectified, and all's good.
Thanks again everyone,
Dave.