Re: Need a step by step for a newbie
You have to run the
cscript ...
command on Windows command-line (cmd.exe
).
cscript ...
command on Windows command-line (cmd.exe
).
// Local path to download to (keep trailing slash)
var LOCALPATH = "c:\\sftptest\\";
// Remote path to search in (keep trailing slash)
var REMOTEPATH = "/in/";
// Mask of files to search for
var FILEMASK = "*.*";
// Session to connect to
var SESSION = "username@address.sftp.gov";
// Path to winscp.com
var WINSCP = "c:\\program files (x86)\\winscp\\winscp.com";