FTP Object
 
Syntax
 
FTP.PutFileFromTextData(remoteFilename As String, TextData As String) As Long
 
Description
Creates a file on the remote server containing the data passed in a string. Returns true for success, false for failure.
 
Parameter
Description
remoteFilename
String, the name of the remote file to be created.
TextData
String, the contents of the file to be created.
See Also