Alternative of WinSCP in Linux

1. Krusader
2. Try secpanel from http://secpanel.net/  or at http://www.pingx.net/secpanel/
3. If you use KDE, Konqueror (the file manager) can be used to access remote servers using the fish protocol. Fish
   (FIles transferred over SHell)is a protocol that uses SSH or RSH to transfer files between computers and to manage
   remote files. Also you can try ’sftp’.
    How: In Konqueror where current directory is listed type:
    fish://{username}@{server-name}/{path-on-remote-server}
    sftp://{username}@{server-name}/{path-on-remote-server}

Ref:
http://winscp.net/forum/viewtopic.php?t=5305
http://boodebr.org/main/node/12

~ by mustafagolam on December 24, 2008.

Leave a Reply