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
 General SQL Server Forums
 New to SQL Server Programming
 SFTP files using Sql server

Author  Topic 

kalyan.cse05
Yak Posting Veteran

74 Posts

Posted - 2013-04-24 : 07:13:28
I want to sftp some file to a unix box from a sql server job without using SSIS.


kalyan Ashis Dey

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-04-24 : 07:17:31
you can use a command line utility of SFTP client like WinSCP and invoke it from T-SQL Stored procedure using xp_cmdshell extended proc

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

- Advertisement -