- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- ftp file 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
06-22-2005 11:44 PM
06-22-2005 11:44 PM
OS - Tru64 V4.0D
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 01:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 01:26 AM
06-23-2005 01:26 AM
Re: ftp file permissions
Other than site umask do we have any other option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 01:44 AM
06-23-2005 01:44 AM
Re: ftp file permissions
One more help. will ftp changes permissions of file when transfered?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 01:44 AM
06-23-2005 01:44 AM
Re: ftp file permissions
One more help. will ftp changes permissions of file when transfered by default?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 05:08 AM
06-23-2005 05:08 AM
Re: ftp file permissions
besides using a third party ftp server you could write a macro and store it in .netrc
machine xxx
login yyy
password zzz
macdef init
site umask 002
one line has to be empty to terminate the macro
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 04:47 AM
06-27-2005 04:47 AM
Re: ftp file permissions
Tried your options but site umask is not working thru macro.
little more specific my requirement is - user name user1 from different servers transfer files to serverA and user user2 need wirte permissions to those files which are sent by user1. Both user1 and user2 are in same group - transfer. But the files transferred using ftp with any permissions is changing to rw-r--r-- and the group doesn't have write permission. Since the files are transferred from multiple server across the globe cannot use site umask while transferring files.
Is it possible to find out on serverA which file is used to change the permissions to rw-r--r-- and possible to change to rw-rw-r
Many thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 09:46 AM
06-27-2005 09:46 AM
Re: ftp file permissions
I hope, you understand that the .netrc belongs on the side of the client. What error do you get or why do you think, it does not work? Another way could be the site chmod command after a put.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 11:02 PM
07-14-2005 11:02 PM
Re: ftp file permissions
I had similar issue between Solaris and Tru64 5.1A.
Namely, ftpd server on Tru64 5.1A support site command (man ftpd).
So in your case if you have problem with the macro given above in this forum, then you should check:
1. if ftpd in tru64 4.0D supports site mask command
2. if the ftp client that you are using has implemented site command (i.e. if you can't send site command from client, no use of server which has that feature).
If 1. is negative, then you should consider instaling some more flexibile ftp server
If 2. is negative (like in my case) then you should find some client that supports site command and scripting (for example lftp).
Hope find this helpful,
Regards,
Aco