Operating System - HP-UX
1851182 Members
3420 Online
104056 Solutions
New Discussion

Re: file permissions when ftp'ing

 
SOLVED
Go to solution
Tim Killinger
Regular Advisor

file permissions when ftp'ing

Hello,

Simple question - :)

What determines the file permissions on the destination copy of a file that is ftp'ed?

or - how/what can you configure to control an ftp session so that the destination file retains permissions of the originating file?

Thanks in advance!!
1 REPLY 1
Rajeev  Shukla
Honored Contributor
Solution

Re: file permissions when ftp'ing

Hi Tim,

The permission of ftp sessions by default goes to 027 umask. But this can be changed by the umask command in ftp session.
Which results in dumping the file on ftp server with what ever permission you want.

Cheers
Rajeev