Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Client.CHMOD

Andrew Lambert edited this page Jul 27, 2017 · 2 revisions

FTP.Client.CHMOD

Method Signature

 Sub CHMOD(RemoteFileName As String, NewPerms As String)

Parameters

Name Type Comment
RemoteFileName String The name of the remote file.
NewPerms String The new permissions of the file.

Notes

NewPerms is passed verbatim to the server. Typically, but not necessarily, these are UNIX-style permissions.

Clone this wiki locally