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