Creates a file on the SFTP server.
public void CreateFile(string fileName);
Public Sub CreateFile(ByVal FileName As String)
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.