- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp mget not working on UX11i
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
Forums
Discussions
Discussions
Discussions
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
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
09-06-2001 06:00 AM
09-06-2001 06:00 AM
When users try to use mget on files with
permissions set to 777 on both source and destination, they get
/var/tmp/ftpa29654: permission denied
can't find list of remote files: No such file or directory
Any ideas what is the problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 06:04 AM
09-06-2001 06:04 AM
Re: ftp mget not working on UX11i
Check the permissions on that directory and make sure that it is writeable by everyone (777).
You might also check and see if a file with the name it gives, ftp...., exists and if so remove it, or see if it is writeable by everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 06:13 AM
09-06-2001 06:13 AM
SolutionThe only way I could reproduce your problem was to set umask to 777 before starting the ftp client. I then got your exact error message. Set your umask to a more reasonable value like 022 or 002 and I think you will be fine.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 06:23 AM
09-06-2001 06:23 AM
Re: ftp mget not working on UX11i
I agree with clay, by setting the umask to 022 will solve this problem, still if you get the same error check ftp.allow file whether that user has the permission to do ftp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 06:30 AM
09-06-2001 06:30 AM
Re: ftp mget not working on UX11i
We set the umask in the .profile file.
umask 027
When I entered umask 005 at the shell and then go into ftp, the mget works.
It might be a group not matching issue.
The UID is the same, the GID was not.
Eileen