LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   transfering files through putty on windows (https://www.linuxquestions.org/questions/linux-newbie-8/transfering-files-through-putty-on-windows-396662/)

spx2 12-26-2005 04:50 PM

transfering files through putty on windows
 
im on a windoze box
i have a file on desktop
im using putty accesing through ssh
a shell of mine
how do i put my file from desktop on
the shell ?

spooon 12-26-2005 04:53 PM

Putty has the PSFTP SFTP client, though it is command line. You might be better with a graphical SFTP/SCP client like WinSCP.

nitinatindore 12-27-2005 12:37 AM

You have to first run ssh daemon (www.openssh.org) on the Linux box. Are you sure that its running.
# service sshd status
# /etc/init.d/sshd start

If its running, then "Winscp" would do exactly what you need

spx2 12-27-2005 01:07 PM

thank you ill try it


All times are GMT -5. The time now is 08:56 AM.