Creating an FTP Work Around
This method is not supported by EFM, and is only a possible recommendation to customers IT in order to assist in bringing OrderFiles onto their Network from an Providers system
- Download and Install WinSCP-5.17.1-Setup.exe
- Basic Setup w/ no add-on
- Access Task Scheduler
- Create New Task
- Trigger - Run every 5 minutes
- Actions:Â Start a Program
- Program/Script:Â "C:\Program Files (x86)\WinSCP\WinSCP.exe" (The directory that WinSCP is placed
- Add Arguments:Â /log="Directory of log file" /command "open Single string ftp details domain:password@username" "get directoroffiles*.csv" "mv directory offilesthatyouwishtomovelocally*.csv /directoryyouwant tomovethemto*.csv" "exit"
- Start In:Â C:\Users\Downloads\ (Directory you wish files to be placed.