Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change file permission when ftp

User_AO9J8May 17 2019 — edited May 17 2019

Hi

I a sending a file using ftp script in windows to UNIX serverĀ  but I cannot change the file permission when the file is copied in the UNIX server.

The script is as below

open 130.1.8.999

xxx

xxxx

binary

cd /u01/appl/cbris/att

lcd C:\Dinesh\att

put 123.pdf

chmod 777 123.pdf

quit

The command chmod 777 123.pdf is not working and displaying "invalid command"

Is there another way to set the permission?

Regards

Comments
Post Details
Added on May 17 2019
4 comments
1,939 views