- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using ftpaccess 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
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
03-21-2005 11:52 PM
03-21-2005 11:52 PM
I need to change the configuration of the FTP in one of my production servers.
i need to set the umask of incoming files, for only one specific user, for only one and specific directory.
i need all other configuration, to stay the same as it is today.
any ideas what should i do?
Thanks everyone
itai
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 12:09 AM
03-22-2005 12:09 AM
Re: using ftpaccess file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 12:15 AM
03-22-2005 12:15 AM
Re: using ftpaccess file
i also didn't understand what should i do to define the mask i want to use.
in other words, what i need is :
1. set umask for one specific user
2. make sure other configuration won't change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 11:53 AM
03-23-2005 11:53 AM
Solutionupload
In addition to this you will need at least one class directive, similar to
class all real *
This would allow all users who have account to access the server via ftp.
Don't forget to add -a to ftpd line in /etc/inetd.conf and run inetd -c.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 05:52 PM
03-23-2005 05:52 PM
Re: using ftpaccess file
that's exactly what i needed.
by the way - "class" can receive user or the word "all" that applies to all users, right - i mean like
class
class all
is that correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2005 07:26 AM
03-25-2005 07:26 AM
Re: using ftpaccess file
it doesn't work... i set permission for 0 and i received 640 .... any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2005 11:23 AM
03-28-2005 11:23 AM
Re: using ftpaccess file
class
Assuming that you are setting this up for user "ftpuser", whose home directory is /home/ftpuser and directory where you want to set mode (say 0777) is /home/ftpusers/incoming, you would have the following line in ftpaccess file.
upload /home/ftpuser /home/ftpuser/incoming yes ftpuser ftpgroup 0777
Please check ftpaccess man page for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 02:43 AM
03-29-2005 02:43 AM
Re: using ftpaccess file
attached my ftpaccess file.
i'm trying to configure files that user itaiw put in directory
/home/users/itaiw will have mask of 777 and it doesn't work... what am i doing wrong?
(files have mask of 644)
i added to ftpd the flags "-la" (logfile and ftpaccess file
thanks
itai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 03:05 AM
03-29-2005 03:05 AM
Re: using ftpaccess file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 04:56 AM
03-29-2005 04:56 AM
Re: using ftpaccess file
inetd -c.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 10:58 AM
03-29-2005 10:58 AM
Re: using ftpaccess file
upload /home/users/itaiw * yes itaiw users 0777 dirs