No announcements
Found 2287691 threads
-
0 Votes
Connect to sftp through WinSCP
Perhaps you could use an execute Process Task.Answered | 2 Replies | 2321 Views | Created by Ramu Sql - Friday, December 14, 2012 10:51 AM | Last reply by SSISJoost - Friday, December 14, 2012 1:18 PM -
0 Votes
Winscp SFTP in SSIS
how do i nmake sure the port 22 is open ??Answered | 7 Replies | 7509 Views | Created by Dkuud - Tuesday, August 23, 2011 3:49 PM | Last reply by ArthurZ - Wednesday, August 24, 2011 3:18 PM -
1 Votes
Sending Files to SFTP Using WinSCP
Hi lilutchay, WinSCP uploads files with .filepart extension and renames back to the original after transfer finishes.Answered | 4 Replies | 1319 Views | Created by lilutchay - Wednesday, May 29, 2019 2:19 PM | Last reply by Yitzhak Khabinsky - Wednesday, May 29, 2019 3:09 PM -
0 Votes
Create Directory on SFTP if not exists using winscp script
, and is this the one you were using to create the directory?Answered | 4 Replies | 5355 Views | Created by cse_supriya - Tuesday, September 27, 2016 6:38 AM | Last reply by COZYROC - Friday, October 28, 2016 2:21 PM -
2 Votes
SFTP with WinSCP or Putty - Error Handling
I've created an powershell snapin that implements SFTP capabilities.Answered | 5 Replies | 10912 Views | Created by TechFinders - Thursday, December 22, 2011 11:55 PM | Last reply by Kevinrr3 - Tuesday, March 5, 2013 8:25 AM -
0 Votes
How to create a sftp connection?
SFTP connectivity is not built into the Windows products (at least not natively) therefore your option is to use 3rd party tools as 1) WinSCP ...Answered | 1 Replies | 2679 Views | Created by pyram07 - Thursday, August 30, 2012 2:41 PM | Last reply by ArthurZ - Thursday, August 30, 2012 2:50 PM -
2 Votes
WinSCP error for SFTP adapter in Biztalk 2016 servers
Uninstalling WinSCP (removes wrong version from GAC) and copy the .exe and the .dll from this automation package into BizTalk installation folder should be enough: ...Answered | 9 Replies | 7052 Views | Created by Lathaa - Wednesday, October 17, 2018 10:11 AM | Last reply by Phani_B - Tuesday, November 20, 2018 5:12 AM -
1 Votes
WinSCP Modifies file while sending to SFTP
Hi lilutchay, Just use the binary transfer mode: transferOptions.Answered | 1 Replies | 1083 Views | Created by lilutchay - Thursday, May 30, 2019 9:35 PM | Last reply by Yitzhak Khabinsky - Thursday, May 30, 2019 11:04 PM -
0 Votes
How to connect SFTP with specified secure exchange algorithms using WinScp/Puttygen
This is not an SFTP forum.Unanswered | 1 Replies | 638 Views | Created by RamiReddy.com - Wednesday, September 5, 2018 2:23 PM | Last reply by jrv - Wednesday, September 5, 2018 5:33 PM -
0 Votes
connect to Sftp using putty ssis
Seeing that many people are trying to use open source WinSCP to implement SSIS SFTP transfer task, I have prepared a guide to SFTP Task for SSIS .Answered | 8 Replies | 16352 Views | Created by James2580 - Thursday, April 10, 2008 10:43 AM | Last reply by Prikryl - Thursday, April 2, 2009 7:41 AM -
11 Votes
SFTP in Powershell
I think it does see the link http://www.dotnet-tutorial.com/articles/curl/how-to-use-curl-command-line-tool-with-ftp-and-sftp Anyways you can use below that ...Answered | 18 Replies | 117055 Views | Created by ThePathFinder - Thursday, December 15, 2011 1:02 PM | Last reply by Iulian Sandulache - Thursday, October 19, 2017 12:16 PM -
0 Votes
File permisson error when doing file sync to a SFTP using winscp assembly
This question needs to be asked in the WinSCP forum as it is specific to a third party product.Answered | 2 Replies | 5478 Views | Created by cloudify - Tuesday, April 5, 2016 5:37 PM | Last reply by Elaine Jing - Wednesday, April 6, 2016 9:34 AM -
8 Votes
Can SSIS do SFTP?
How to use SFTP component in the SSIS package - Using the SFTP component in PowerShellAnswered | 13 Replies | 90720 Views | Created by TPK1216 - Thursday, February 1, 2007 4:45 PM | Last reply by Clark MCPD - Friday, August 10, 2012 6:56 AM -
0 Votes
Uploadign CSV to sftp
It is very similar to the standard FTP Task, but with support for secure connections.Answered | 3 Replies | 891 Views | Created by Siva_SSK - Wednesday, April 16, 2014 10:27 AM | Last reply by COZYROC - Wednesday, April 16, 2014 11:55 AM -
0 Votes
How to capture SFTP connection error in SSIS
I am not able to find out how i can get results and save them to my database table.Answered | 4 Replies | 1690 Views | Created by cse_supriya - Friday, September 23, 2016 1:40 AM | Last reply by Alberto Morillo - Friday, September 23, 2016 1:27 PM -
2 Votes
SFTP Issue : SFTP Adapter not able to pick up the file.
we tried connecting to the same sFTP server, same account and private key using WinSCP from within the same BizTalk server and we are able to ...Answered | 15 Replies | 2539 Views | Created by DarshanBhatt - Monday, October 10, 2016 9:58 AM | Last reply by Johns-305 - Saturday, October 15, 2016 12:19 PM -
1 Votes
SFTP for SSIS
if you had searched for an open source sftp client for windows, you would have found WinSCP: http://winscp.net/eng/docs/introduction getting WinSCP to ...Answered | 1 Replies | 5178 Views | Created by hemalmehta0223 - Tuesday, November 24, 2009 9:02 PM | Last reply by Duane Douglas - Wednesday, November 25, 2009 6:20 AM -
1 Votes
nSoftware SFTP Adaptor and SSH key based authentication
No - you need the cert from the SFTP site you are trying to connect to.Answered | 8 Replies | 9584 Views | Created by sgaddewar - Monday, June 21, 2010 8:37 PM | Last reply by sgaddewar - Wednesday, June 23, 2010 1:58 PM -
1 Votes
SFTP using only powershell
Yes there is :-) I've created an PowerShell SnapIn that implements an opensource SFTP library.Answered | 3 Replies | 6497 Views | Created by ThePathFinder - Wednesday, October 24, 2012 1:53 PM | Last reply by Kevinrr3 - Tuesday, March 5, 2013 8:22 AM -
0 Votes
sftp file transfer in ssis using script task.
What I've done for similar requirement is to use free third party client WinSCP's command line utility and call it from execute process task in SSIS.Answered | 3 Replies | 10741 Views | Created by Chakradhar Masineni - Monday, April 7, 2014 8:11 AM | Last reply by Visakh16 - Sunday, April 13, 2014 2:54 PM - Items 1 to 20 of 2287691 Next ›
No announcements