<< back to sysax.com Product page

9.7. Moving Local Files and Folders

The FTPMoveLocal method can be used to move a local file or folder to a different destination folder.

Exhibit 9.13. IDL Definition of method to moving local files and folders


HRESULT FTPMoveLocal ([in] BSTR b_sourcename, [in] BSTR b_destpath);


Exhibit 9.14. Example usage of method to moving local files and folders (VBScript)


app.FTPMoveLocal "file.txt", "c:\\ftp"