Page 1 of 1

File Permissions from FTP Stage

Posted: Tue Oct 21, 2008 5:35 am
by Deepakinstyle
Hi,

I am transfering the file from ETL Unix Server to another Application Server. can i give the permission to the transfered file as rwxrwx-r (i.e/ 755 or file should have write permission to owner as well as to the group which owner belongs?

Thanks,
Deepak

Posted: Tue Oct 21, 2008 6:56 am
by chulett
Permissions are usually up to the receiving system AFAIK. If you can telnet to the server, an 'after' command to 'chmod' the file can be attempted, but just because you can ftp doesn't necessarily mean you can telnet.