- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp permissions
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
11-21-2001 10:16 AM
11-21-2001 10:16 AM
ftp permissions
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 10:22 AM
11-21-2001 10:22 AM
Re: ftp permissions
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 10:24 AM
11-21-2001 10:24 AM
Re: ftp permissions
man ftpaccess - see the section on upload directives:
upload root-dir dirglob yes|no owner group mode dirs|nodirs
Define a directory with dirglob that permits or denies uploads.
If it does permit uploads, all files will be owned by owner and
group and will have the permissions set according to mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 10:28 AM
11-21-2001 10:28 AM
Re: ftp permissions
This may solve your problem.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 10:32 AM
11-21-2001 10:32 AM
Re: ftp permissions
upload root-dir dirglob yes|no owner group mode dirs|nodirs
asin something like this
upload /home/usernamehere * yes usernamehere groupnamehere 0655 dirs
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 10:56 AM
11-21-2001 10:56 AM
Re: ftp permissions
I made this change in inetd.conf and the restarted inetd (inetd -c). When I try to ftp a file to this server I still get the default permissions of 640 on my ftped file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 10:56 AM
11-21-2001 10:56 AM
Re: ftp permissions
Take a look at the thread below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=105b9bb20e09cf57fa/screen=ckiDisplayDocument?docId=200000051808646
hope this helps.
Regds