I wish to upload a directory call "logs", including its contents, and then change the permissions for the whole directory. This is what I have done:
Code: Select all
"C:\Program Files\CoreFTP\coreftp.exe" -u "C:\My Documents\12Xanadu\domain.com\logs" ftp://username:password@domain.com -p /public_html/ -chmod 777
What is the correct syntax to use?
Also, is it possible to have a command line that just changes the CHMOD without fist uploading anything?
Thanks
Noel