Conversation
Notices
-
I need to upload some files over ssh/ftp, but Filezilla, gFtp and Nautilus all chrases on me when I try. Recommend a client for me? !ubuntu
-
@forteller try with the FireFTP plugin for Firefox, maybe it won't crash.. http://fireftp.mozdev.org/
-
@forteller chrases? either way, if you have ssh then go with scp, rsync or sshfs. ftp uses plaintext passwords, always use ssh if possible.
-
@hiemil @moondowner @badsynatx @henrikc @scifigreg @reidrac @atmoz @darwinsurvivor Thanks a lot for the recommendations everyone! :)
-
@forteller rsync on the command line. rsync -avz direcory user@host:/target
-
@forteller Good old sftp/scp/ncftp/lftp?
-