|
Property |
Method |
Event |
|
|
FtpFileScopeChecks the location category of the files embedded in the Web documents being transferred to an FTP server and determines whether to transfer the files according to the recognized category. Syntax[get] HRESULT FtpFileScope( [put] HRESULT FtpFileScope( Parameters[get] pVal [out, retval] Returns the current category of the file. [put] newVal [in] Specifies the category of files to be transferred.
Return Values0 (always) RemarkThere are two "location categories": on the local computer or on the remote server.
If image files on the remote server are embedded in a Web document, they can be properly displayed even when the files are not transferred to the FTP server. However, when the image files are removed from the remote server, the Web document will be displayed without the images.
In conclusion, if you set the priority to the hard disk size of the FTP server, it is better to transfer the local files only. If the storage of the data is the first priority, transfer both the local and remote files. Sample CodesVBScript dim files() 'GET See AlsoFtpFileFilter, FtpOverwrite, FtpPassiveMode, FtpPassword, FtpPort, FtpUpload, FtpUserName, OnFtpUploadComlated |