Can I change the permission settings when I upload a file onto an FTP server?
Yes, if the FTP server in question supports it. Use the .Command property as follows:
FTP1.Command = "SITE chmod " + "<permission mask>" + " " + filename
(<permission mask> is the argument to chmod - e.g. "755")
We appreciate your feedback. If you have any questions, comments, or suggestions about this article please contact our support team at support@nsoftware.com.