CreateFile Method
Creates a file on the SFTP server.
Syntax
Remarks
This method creates an empty file on the server with the name specified by the FileName parameter.
To upload a file with content use Upload instead.
|
CreateFile MethodCreates a file on the SFTP server. SyntaxRemarksThis method creates an empty file on the server with the name specified by the FileName parameter. To upload a file with content use Upload instead. |