I'm trying to schedule a regular FTP to get a file (file_i_need.csv) from one of my servers and put it on a local machine with a different name (file_i_want.csv).
Code: Select all
FTPGetFile>host,user,password,21,C:\Users\jforeman\Downloads\file_i_want.csv,\remotedirectory\file_i_need.csv,I
Msg>FTP_RESULT
and I see that FTP_RESULT is '-' which isn't very enlightening.
Any suggestions on what I'm doing wrong? The server in question only accepts secure connections - I think that's what I'm asking for in the script, but I've learned not to assume my own infallibility. This is also the first time I've tried using FTPGetFile or OpenSSL, so I'm not sure if I've successfully installed the OpenSSL component - can anyone tell me how I can check that? (OpenSSL shows up in my list of installed programs and I've already been through one reboot since installation, but I'm not sure if there's anything else that's required)