|
Property |
[Method] |
Event |
|
|
FtpUploadFilesUploads files to the FTP server. SyntaxHRESULT FTPUploadFile( ParametersbstrHost Host Name. bstrDir Remote directory of FTP server. bstrFiles Files to be uploaded. Each file is distinguished by semi-colon (;). Example) c:\my documents\doc\a.jpg;c:\test.txt Return Values
RemarksSettings of FTP User ID, User Password, Port, and Passive Mode follow FTPxxxx property setting. Files to be sent should be in the local sysem. Files in http or ftp can not be uploaded to the FTP server. Sample CodesVBScript Dim fRef JScript var uploaded; See AlsoFtpFileFilter, FtpFileScope, FtpOverwrite, FtpPassiveMode, FtpPassword, FtpPort, FtpUserName, OnFtpUploadComplated |