LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Wincsp and Putty alternatives (https://www.linuxquestions.org/questions/linux-newbie-8/wincsp-and-putty-alternatives-944419/)

ASTRAPI 05-11-2012 09:56 AM

Wincsp and Putty alternatives
 
Hello

I was using on Windows the Wincsp and Putty for my servers and i want to ask if any alternatives exist on Backtrack Linux (Ubuntu based) ...

Which is the best solution to replace those two for Linux?

Thank you

suicidaleggroll 05-11-2012 09:58 AM

you mean scp and ssh?

ASTRAPI 05-11-2012 10:04 AM

I mean software Wincsp and Putty for protocols sftp and ssh :)

suicidaleggroll 05-11-2012 10:10 AM

Right, the commands are sftp and ssh

Your question is a bit like asking for a Windows version of WINE, or a Linux version of Cygwin. sftp, scp, and ssh are native programs in Linux. They were born in Unix/Linux. WinSCP and Putty are GUI tools that allow you to access those protocols from a Windows environment.

I think you're just thinking about things backwards. You aren't looking for Linux replacements for WinSCP and Putty, you're looking for the originals that WinSCP and Putty are based on.


Just open a terminal, and run "sftp", "scp", or "ssh". You can use the man pages to see how to use them, but it should be pretty straight forward:
Code:

ssh user@host
Code:

sftp user@host
Code:

scp user@host:/path/to/remotefile localfile

or

scp localfile user@host:/path/to/remotefile


ASTRAPI 05-11-2012 10:12 AM

Any GUI solution for WinSCP/sftp?

Satyaveer Arya 05-11-2012 10:42 AM

You can use Filezilla for linux also.

ASTRAPI 05-11-2012 11:46 AM

Great thanks :)


All times are GMT -5. The time now is 12:35 PM.