speedystyle
New Member
Does anyone know something more how about you can connect, send data,... in progress too an SFTP-server?
psftp.exe -bc -v -l <USERNAME> -ps <PASSWORD> -batch -b <FTPSCRIPTFILE> <SFTPSERVER>
PuTTY Secure File Transfer (SFTP) client
Release 0.60
Usage: psftp [options] [user@]host
Options:
-V print version information and exit
-pgpfp print PGP key fingerprints and exit
-b file use specified batchfile
-bc output batchfile commands
-be don't stop batchfile processing if errors
-v show verbose messages
-load sessname Load settings from saved session
-l user connect with specified username
-P port connect to specified port
-pw passw login with specified password
-1 -2 force use of particular SSH protocol version
-4 -6 force use of IPv4 or IPv6
-C enable compression
-i key private key file for authentication
-noagent disable use of Pageant
-agent enable use of Pageant
-batch disable all interactive prompts
"C:\Program Files\WinSCP\WinSCP.exe" /command "open <user>:<password>@<host>:<port>" "put <filepad/file on localhost> <dir on server>" "exit"