FTP Object
 
Syntax
 
FTP.MPutFiles(pattern As String) As Long
 
Description
Copies all the files matching pattern on the local computer to the current remote FTP directory. The pattern parameter can include directory information, such as "C:/my_dir/*.txt" or it can simply be a pattern such as "*.*" that matches the files in the application's current directory. Subdirectories are not recursed. The return value is the number of files copied, with a value of -1 returned for errors. Detailed information about the transfer can be obtained from the XML log.
 
Parameter
Description
pattern
String, the wildcard pattern of files to be uploaded.
See Also