Author |
Topic |
nord
Posting Yak Master
126 Posts |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
Posted - 2013-11-22 : 10:40:33
|
Are you able to connect to the ftp server from windows explorer or using another program such as Filezilla? I have seen this error message usually when the ftp server cannot be reached - for example, if a firewall is blocking access. |
|
|
nord
Posting Yak Master
126 Posts |
Posted - 2013-11-22 : 10:55:03
|
Yes,I can connect ,this port 22 maybe make me problem? |
|
|
nord
Posting Yak Master
126 Posts |
Posted - 2013-11-22 : 12:10:11
|
sorry this is :SFTP,I can use FTP connection in SSIS? |
|
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
|
nord
Posting Yak Master
126 Posts |
Posted - 2013-11-22 : 13:21:13
|
Thanks,what I found too.... |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
nord
Posting Yak Master
126 Posts |
Posted - 2013-11-27 : 13:55:24
|
Hi,I connected to ftp server using Core FTP and I would like run this using ssis,using execite process task,but how I can transfer all info to the Core FTPcorecmd.exe assword,username)?Thanks |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-11-28 : 06:22:03
|
quote: Originally posted by nord Hi,I connected to ftp server using Core FTP and I would like run this using ssis,using execite process task,but how I can transfer all info to the Core FTPcorecmd.exe assword,username)?Thanks
did you try passing them through arguments property in Execute Procee Task------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
nord
Posting Yak Master
126 Posts |
Posted - 2013-11-28 : 16:18:41
|
Yes,I have 2 program:Core FTP,WinSCPI 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 21I have txt file,maybe problem with my file:option batch onoption confirm offopen sftp://<<Username>>:<<Password>>@<<SFTP Server>>:<<22>>cd ITR_Testcd ToITRget *.* <<C:NewFTP>>closeexitPLease help me with this ussue,seaching in google,but no answerThanks a lot |
|
|
|