Trying to upload file to FTP server using sftp - Raspberry Pi Forums
hi
trying upload text file ftp server using sftp on pi b+. not sure how this. i've searched online half morning , can find out how setup pi ftp server , send or receive files using ftp client on machine.
can please reply example command line code sftp upload file folder on ftp server? or example batchfile?
hoped nice , easy using ftp command in command line of windows, seems not.
great!
trying upload text file ftp server using sftp on pi b+. not sure how this. i've searched online half morning , can find out how setup pi ftp server , send or receive files using ftp client on machine.
can please reply example command line code sftp upload file folder on ftp server? or example batchfile?
hoped nice , easy using ftp command in command line of windows, seems not.
great!
you're mixing protocols. sftp secure file transfer. ftp file transfer.
you'll need install ftp client program sudo apt-get install ftp.
you'll need install ftp client program sudo apt-get install ftp.
raspberrypi
Comments
Post a Comment