|
Comments:
|
|
please provide a link to the psftp executable
|
|
|
Dav, here's a link to the PSFTP executable:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
|
|
|
thanks, great job
|
|
|
Good news flash ...
|
|
Gina Meronek on 7/14/2009
Very useful info!
|
|
Gina Meronek on 7/14/2009
Supporting code link does not work, however.
|
|
|
I really needed this. Thanks!
|
|
|
Fantastic
|
|
Jamshid Nouri on 7/14/2009
excellent demo
|
|
Mark Redfern on 7/15/2009
where do you get psftp from?
|
|
|
was good video
|
|
|
Mark, read above and the link is provided. :)
|
|
|
terrific, and straight-forward
|
|
|
Just curious, why can't you use the SSIS FTP task already in SQL Server 2005 & 2008 instead of your third party tool? It appears to do the same thing, plus the 2008 version allows you to run in passive mode too which deals with firewall filtering..
|
|
|
Very nice.
|
|
|
Very detailed explation of ftp process.
|
|
Tim Mitchell on 7/17/2009
Travis, you're correct that the FTP task in SSIS works very well, but it does not support SFTP (secure FTP) connections. This video demonstrates a workaround for that.
|
|
|
The commentator was a little quiet. I had the volume all the way up and had difficulty hearing him.
|
|
|
good video. nice job!
|
|
|
nice to know that
|
|
|
Great! I guess this works each time you need to run a program from shell, command line, command prompt, etc.
|
|
|
Can't believe people still complain even though going through from such a good demo. Grow up Kristeen
|
|
|
excellent !
|
|
|
If you want to get the output try calling "cmd.exe /c PSFTP.exe {PARAMETERS} > DirectoryOutput.txt" THis will allow you parse the remote dir and drop it in a database . Now add compare logic and determine if a file transfer is still in progress from the person dropping the file for you to pick up. Do this by grabbing list, wait 5-10 minutes, if file size changed, then file is still in progress, wait longer... If the drop is delayed have it send and email to your service provider telling them they have an SLA issue, and they will be penalized :)
|