Hi,
- has anybody experience with up/downloading files via sftp/ftps?
- do you use 3rd party tools?
- is there something I have to care for?
Thank you.
Best regards
Ewald
File Upload/Download SFTP/FTPS
-
- Founder/Site Admin
- Posts: 2956
- Joined: 24 Feb 2017, 09:12
- Location: Gouda, The Netherlands
File Upload/Download SFTP/FTPS
Do you mean programatically?
Regards,
Dave Rabelink

Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Dave Rabelink

Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
File Upload/Download SFTP/FTPS
@Dave.
sry for the weak description. Yes, programmatically.
@clemdoc
Thanks
sry for the weak description. Yes, programmatically.
@clemdoc
Thanks
File Upload/Download SFTP/FTPS
Hi Ewald,
I use WinSCP for that. You can start it with a script file.
Call SalLoadAppAndWait( 'WinSCP.exe /script=WinSCPScript_Prod_Downloads.script /log=D:\\LogFiles\\WinSCP\\WinSCP_FTP_Download_Prod_' || SalFmtFormatDateTime( SalDateCurrent( ), 'yyyyMMddhhhhmmss' ) || '.txt', Window_NotVisible, nDummy )
WinSCPScript_Prod_Downloads.script is:
option batch on
option confirm off
open sftp://<user>:<password>@<host> -hostkey="ssh-rsa 1024 <xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx>" -rawsettings ProxyMethod=3 ProxyHost=<ip> ProxyPort=<port>
option transfer automatic
lcd D:\<mydir>
cd /<theirdir>
get *.*
close
exit
Kind regards
Harald
I use WinSCP for that. You can start it with a script file.
Call SalLoadAppAndWait( 'WinSCP.exe /script=WinSCPScript_Prod_Downloads.script /log=D:\\LogFiles\\WinSCP\\WinSCP_FTP_Download_Prod_' || SalFmtFormatDateTime( SalDateCurrent( ), 'yyyyMMddhhhhmmss' ) || '.txt', Window_NotVisible, nDummy )
WinSCPScript_Prod_Downloads.script is:
option batch on
option confirm off
open sftp://<user>:<password>@<host> -hostkey="ssh-rsa 1024 <xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx>" -rawsettings ProxyMethod=3 ProxyHost=<ip> ProxyPort=<port>
option transfer automatic
lcd D:\<mydir>
cd /<theirdir>
get *.*
close
exit
Kind regards
Harald
File Upload/Download SFTP/FTPS
I'm using wodSFTP (dll version): http://www.weonlydo.com/SFTP/Help/
Not free, but easy to implement.
And there is an ActiveX and .NET version also.
Not free, but easy to implement.
And there is an ActiveX and .NET version also.
Igor Ivanovic


File Upload/Download SFTP/FTPS
Hi guys,
I decided an activeX component from http://www.chilkatsoft.com/ because the bundle offers some other helpful features.
fyi
Ewald
I decided an activeX component from http://www.chilkatsoft.com/ because the bundle offers some other helpful features.
fyi
Ewald
Who is online
Users browsing this forum: [Ccbot] and 0 guests