I have a FTP script and after the FTP I need to move the file to a backup folder. Not sure how to do this:
Option Explicit
Dim strFTPScriptFileName, colFiles, objFile, objFSO, objMyFile, objShell, objFolder, strFilePut
Dim strLocalFolderName, strFTPServerName, strLoginID
Dim strPassword...