FTP Object
 
Syntax
 
FTP.GetRemoteFileTextData(remoteFilename As String) As String
 
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