Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 ssis can't connect with (Core FTP,WinSCP)

Author  Topic 

nord
Posting Yak Master

126 Posts

Posted - 2013-11-28 : 12:17:39
Hi,
I have 2 program:Core FTP,WinSCP
I tried to connect manually its work perfectly,but I need connect to server SFTP,port 22 use ssis,but with 2 this program i have same ussue,dont found host with WinSCP and with Core FTP connect to another server with port 21
I have txt file,maybe problem with my file:
option batch on
option confirm off
open sftp://<<Username>>:<<Password>>@<<SFTP Server>>:<<22>>
cd ITR_Test
cd ToITR
get *.* <<C:NewFTP>>
close
exit
PLease help me with this ussue,seaching in google,but no answer
Thanks a lot

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-11-28 : 23:01:16
did you try like this for WinSCP?

http://visakhm.blogspot.in/2012/12/implementing-dynamic-secure-ftp-process.html

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -