- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Overwrite for user on ftp HPUX 11.0
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
08-07-2002 12:07 PM
08-07-2002 12:07 PM
lines from fptaccess:
overwrite yes user1,user2
overwrite no guest,anonymous
Any suggestions???
Thanks,
Tommy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:09 PM
08-07-2002 12:09 PM
Re: Overwrite for user on ftp HPUX 11.0
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:16 PM
08-07-2002 12:16 PM
Re: Overwrite for user on ftp HPUX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:23 PM
08-07-2002 12:23 PM
Re: Overwrite for user on ftp HPUX 11.0
What about the owner of the files?
Is user2 trying to overwrite a file created by user1??
can you post the permissions of such a file?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:31 PM
08-07-2002 12:31 PM
Re: Overwrite for user on ftp HPUX 11.0
Permissions are 755 on the "root" dir, 640 on the files.
The users do not see each others files. The problem occurs when user2 connects and wishes to replace a file in his dir with another of the same name. User2 owns the file he is trying to replace. When we had this problem before, we added user1 to the overwrite yes line. that was successful. Adding user2 to to the same line has not been successful.
Thanks,
Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:42 PM
08-07-2002 12:42 PM
Re: Overwrite for user on ftp HPUX 11.0
(I ask 'cause I'm ignorant)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:42 PM
08-07-2002 12:42 PM
Re: Overwrite for user on ftp HPUX 11.0
Make this change to your ftpaccess file and try,
overwrite yes real
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:47 PM
08-07-2002 12:47 PM
Re: Overwrite for user on ftp HPUX 11.0
Sanjay, Thanks,
I havenot tried that option before, but no success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 02:01 PM
08-07-2002 02:01 PM
SolutionFTPACCESS has this format for overwrite:
overwrite yes|no typelist
Allows or disallows the ability to perform the specified function. By default, all users are allowed.
*** typelist *** is a comma-separated list of any of the keywords anonymous, guest and real.
The "TYPELIST" does not allow for user names.
---------------
You are bouncing the ftp server between changes?
Also, up all the logging so you can maybe catch something we aren't seeing:
log commands real
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 04:43 AM
08-08-2002 04:43 AM
Re: Overwrite for user on ftp HPUX 11.0
overwrite no guest, anonymous
evidently, I can only have one specification. This unfortunately gives all of my "real" users the overwrite ability. That may not be such a bad thing, however.
Thanks for the assistance.
Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 04:54 AM
08-08-2002 04:54 AM
Re: Overwrite for user on ftp HPUX 11.0
Thanks a lot anyway..
Tommy