SFTP (Secure Shell File Transfer Protocol)

Does anyone know something more how about you can connect, send data,... in progress too an SFTP-server?


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

WinSCP

Yesterday, I found the way to do it.

The program that we need is WinSCP.

You can use commands to call the program.

Example:

"C:\Program Files\WinSCP\WinSCP.exe" /command "open <user>:<password>@<host>:<port>" "put <filepad/file on localhost> <dir on server>" "exit"

More info:

http://winscp.net/eng/docs/scripting

The program can you find here on:

http://winscp.net/eng/download.php

WinSCP exe:

http://winscp.net/download/winscp418setup.exe