|
Property |
Method |
Event |
Enterprise |
|
||||||
FtpOverwriteDetermines how to deal with file(s) with the same filename on the remote site when transferring files to the FTP server. Syntax[get]HRESULT FtpOverwrite( [put]HRESULT FtpOverwrite( Parameters[get]pVal [out, retval] Returns the method specified before. [put]newVal [in] Determines how to deal with file(s) with the same filename on the remote site when transferring files to the FTP server.
Return Values0 (Always) RemarkIn a default setting, which saves the file being transferred after modifying its filename, the changed filename can be checked with OnFtpUploadComplete. Sample CodesVBScript dim files() 'GET See AlsoFtpFileFilter, FtpFileScope, FtpPassiveMode, FtpPassword, FtpPort, FtpUpload, FtpUserName, OnFtpUploadComlated |
||||||||||