|
Property |
Method |
Event |
|
|
FtpFileFilterSpecifies or gets formats of the files to be transferred to an FTP server. Syntax[get] HRESULT FtpFileFilter( [put] HRESULT FtpFileFilter( Parameters[get] pVal [out, retval] Returns the formats of the files to be transferred. [put] newVal [in] Specifies the file format(s). In case you want to specify different file formats, add a value with another value for a specific file format. For example, to transfer CSS and object files, enter '6', which is the sum of 2(for CSS) and 4(for object).
Return Values0 (Always) RemarkA file is not attached when you set FtpFileFilter as '0'. Sample CodesVBScript dim files() 'GET See AlsoFtpFileScope, FtpOverwrite, FtpPassiveMode, FtpPassword, FtpPort, FtpUpload, FtpUserName, OnFtpUploadComlated |