- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Anonymous ftp - allowing write access to ~ftp/
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
тАО02-22-2006 03:45 AM
тАО02-22-2006 03:45 AM
Anonymous ftp - allowing write access to ~ftp/
I have a request for anonymous FTP, to allow access to the ~ftp directory for writing. This is the way it has been up to now, but it no longer works like that.
Last weekend I converted the system to trusted, and we rebooted the server also.
Anonymous FTP hasn't been working, so I disabled and reenabled it, and that has reset the permissions on that filesystem as well as the ownership.
I don't understand how this was working before, as all the docs I have found won't even suggest that possibilty. However, the users have this directory hard coded and in scripts all over the place so need to be able to write to this directory, ~ftp, not the sub directories but /home/ftp/ itself.
Ignoring the security issues with this (I know I know) how can I reenable it so they can write to /home/ftp/?
tia,
Kevin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2006 05:07 AM
тАО02-22-2006 05:07 AM
Re: Anonymous ftp - allowing write access to ~ftp/
I'd say that trusted system conversion may have simply disabled anonymous ftp. You can use sam to re-enable it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2006 08:43 AM
тАО02-22-2006 08:43 AM
Re: Anonymous ftp - allowing write access to ~ftp/
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2006 03:35 PM
тАО02-22-2006 03:35 PM
Re: Anonymous ftp - allowing write access to ~ftp/
Normally ftp doesn't allow the anonymous user to write to ~ftp. This is because owner of ~ftp will be set as root and permission will be 555. This is the proper way of doing it (due to the security reasons you have mentioned). You can get more details on security issues here
http://newfdawg.com/SHP-FTP-anon.htm
~ftp/pub is the writable directory for anonymous users.
But anyway, its upto you how secure you want your system. I think anonymous users were able to write to ~ftp because the permissions were not 555. And this could have been set to the normal way (owner root and permission 555) by enabling trusted.
I think if you simple change the permissions back, it should work the way you want.
Hope you will find this useful !!
regs,
dipu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2006 08:19 PM
тАО02-22-2006 08:19 PM
Re: Anonymous ftp - allowing write access to ~ftp/
as I mentioned above, I know this is not the correct way to use anonymous ftp, but that is the way the users require it.
Anonymous ftp IS working but I cannot write to the /home/ftp directory, only subdirectories like pub or incoming, etc.
If I change the permissions on /home/ftp to 777, anonymous ftp is disabled. It must be 555 or ftp denies the anonymous login.
Anyone know how to allow writing to /home/ftp as the anonymous ftp user? Again, I KNOW IT IS NOT RECOMMENDED and will be trying to get it changed but for now it is required to be this way. It was working up to very recently so it must be possible.
thanks,
Kevin.