FTP Object
 
Syntax
 
FTP.GetRemoteFileBinaryData(remoteFilename As String) As Variant
 
Description
Returns the contents of a remote file. A null is returned on failure.
 
Parameter
Description
remoteFilename
String, the name of the remote file.
See Also