Hello,
I would like to use sftp to transfer files...I am wondering if it works anything like regular ftp redirect a file of commands to execute:
sftp -vn <ftpcommand
where ftpcommand is text file of commands to execute:
Thanks.
I would like to use sftp to transfer files...I am wondering if it works anything like regular ftp redirect a file of commands to execute:
sftp -vn <ftpcommand
where ftpcommand is text file of commands to execute:
Code:
open my.site.com
user myuser mypasswd
put myfile
quit
Thanks.