Using FTP to Change File Permissions
Keywords: FTP Chmod
Question:
How do you change file permission with the Internet extender.Answer:
The following command worked for me:; ftp is the handle defined by ftpOpen() perm=755 ; only numeric permissions work ftpQuote(ftp,"site chmod %perm% %filename%")
Article ID: W12644Filename: FTP and Using Chmod to Change Permissions.txt