using WINSCP with FTPS

Advertisement

shruti2885
Joined:
Posts:
2

using WINSCP with FTPS

I am trying to create an SSIS package with Execute Process task with WinSCP.
I have the following script and I am able to execute the task sucessfully but they file does not appear on the root
of my C:\ drive

option batch on
option confirm off
open ftp://username:password@remotesitename:portnumber
cd ******* < ---- directory on remote site where it is located
option transfer binary
get *.xls C:\
close
exit

What am I missing?

In my execute task I have C:\Program Files (x86)\WinSCP\WinSCP.com as EXECUTABLE
and -script = C:\FTPSwinsp.txt in the arguments. When I execute the SSIS package it says searching for host...host does not exist :(

PLEASE HELP

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: using WINSCP with FTPS

Please post a full log file showing the problem.

To generate log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.

Reply with quote

Advertisement

You can post new topics in this forum