Networking Forums

Networking Forums > Computer Networking > Linux Networking > Download by PUTTY?

Reply
Thread Tools Display Modes

Download by PUTTY?

 
 
Juerg Schwarz
Guest
Posts: n/a

 
      09-27-2004, 06:48 AM
Hi

how can i download files by putty.

Something like "get filename" ?

Thnx
 
Reply With Quote
 
 
 
 
Davide Bianchi
Guest
Posts: n/a

 
      09-27-2004, 06:50 AM
On 2004-09-27, Juerg Schwarz <(E-Mail Removed)> wrote:
> how can i download files by putty.


You don't. You use scp or ftp.
Davide

--
Microsoft gives you Windows... Linux gives you the whole house.
 
Reply With Quote
 
Marco Dieckhoff
Guest
Posts: n/a

 
      09-27-2004, 08:42 AM
On 2004-09-27, Davide Bianchi <(E-Mail Removed)> wrote:
> On 2004-09-27, Juerg Schwarz <(E-Mail Removed)> wrote:
>> how can i download files by putty.

>
> You don't. You use scp or ftp.


Maybe he means putty's scp "pscp" or sftp "psftp".

Both commands are command line applications and work like their
linux equivalents.

pscp works on any ssh server, for psftp the server must have the
sftp subsystem activated.

The putty documentation is quite well:

pscp:
http://the.earth.li/~sgtatham/putty/...apter5.html#C5

psftp:
http://the.earth.li/~sgtatham/putty/...apter6.html#C6


--
Marco Dieckhoff
icq# 22243433
GPG Key 0x1A6C95BA -- http://www.frankonia-brunonia.de/keys
 
Reply With Quote
 
Nuno Paquete
Guest
Posts: n/a

 
      09-27-2004, 12:04 PM

"Juerg Schwarz" <(E-Mail Removed)> escreveu na mensagem
news:4157b7d8$0$21019$(E-Mail Removed)...
> Hi
>
> how can i download files by putty.
>
> Something like "get filename" ?
>
> Thnx


Hi,

I suppose that you want to transfer files over an encripted channel.
Try winscp software. It's a graphical program that works like Windows
Explorer.
It connects to a remote server using SSH and have all graphical interface
facilities.
I hope this can help you.

Regards,

Nuno Paquete


 
Reply With Quote
 
Jose Maria Lopez Hernandez
Guest
Posts: n/a

 
      09-27-2004, 12:20 PM
Davide Bianchi wrote:
> On 2004-09-27, Juerg Schwarz <(E-Mail Removed)> wrote:
>
>>how can i download files by putty.

>
>
> You don't. You use scp or ftp.
> Davide
>


I think the last version of Putty has a sftp client that
can be used for that. But I have not checked myself.

--

Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
(E-Mail Removed)
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA

The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
 
Reply With Quote
 
Buck Turgidson
Guest
Posts: n/a

 
      09-27-2004, 01:50 PM
> how can i download files by putty.
>
> Something like "get filename" ?
>
> Thnx


You can easily write a DOS batch script, if the host name is fixed.

c:\type getit.bat

pscp -r -pw mypassword -P 22 -2 me@mylinux:%1 .


c:\getit a_file


 
Reply With Quote
 
ANTant@zimage.com
Guest
Posts: n/a

 
      09-29-2004, 10:36 PM
Juerg Schwarz <(E-Mail Removed)> wrote:
> Hi


> how can i download files by putty.


> Something like "get filename" ?


> Thnx


If you mean like SecureCRT's zmodem (sz command), then no. It is in the
wish list but with low priority. I would love to dump SecureCRT for
PuTTY for this feature. I don't like SCP because I can't resume file
transfers. Yes, I get disconnected a lot.
--
"The foreign policy aim of ants can be summed up as follows: restless
aggression, territorial conquest, and genocidal annihilation of neigh-
boring colonies whenever possible. If ants had nuclear weapons, they
would probably end the world in a week." --Journey to the Ants, page
59. Bert Holldobler & Edward O. Wilson
/\___/\
/ /\ /\ \ Phillip (Ant) @ http://antfarm.ma.cx & http://aqfl.net
| |o o| | E-mail: (E-Mail Removed)NT or (E-Mail Removed)
\ _ / Nuke ANT from e-mail address if your e-mail was returned.
( )
 
Reply With Quote
 
John Thompson
Guest
Posts: n/a

 
      09-30-2004, 11:57 PM
On 2004-09-29, (E-Mail Removed) <(E-Mail Removed)> wrote:

> Juerg Schwarz <(E-Mail Removed)> wrote:
>> Hi

>
>> how can i download files by putty.

>
>> Something like "get filename" ?

>
>> Thnx

>
> If you mean like SecureCRT's zmodem (sz command), then no. It is in the
> wish list but with low priority. I would love to dump SecureCRT for
> PuTTY for this feature. I don't like SCP because I can't resume file
> transfers. Yes, I get disconnected a lot.


What's wrong with "pscp.exe" or "psftp.exe?" Both these come with PuTTY
and work identically to the OpenSSH scp and sftp commands.

--

-John ((E-Mail Removed))
 
Reply With Quote
 
ANTant@zimage.com
Guest
Posts: n/a

 
      10-01-2004, 10:02 PM
John Thompson <(E-Mail Removed)> wrote:
> On 2004-09-29, (E-Mail Removed) <(E-Mail Removed)> wrote:


> > Juerg Schwarz <(E-Mail Removed)> wrote:
> >> Hi

> >
> >> how can i download files by putty.

> >
> >> Something like "get filename" ?

> >
> >> Thnx

> >
> > If you mean like SecureCRT's zmodem (sz command), then no. It is in the
> > wish list but with low priority. I would love to dump SecureCRT for
> > PuTTY for this feature. I don't like SCP because I can't resume file
> > transfers. Yes, I get disconnected a lot.


> What's wrong with "pscp.exe" or "psftp.exe?" Both these come with PuTTY
> and work identically to the OpenSSH scp and sftp commands.


Do they support resume file transfers? Like incomplete file because I
got disconnected. Zmodem can do resuming. It came from BBS' days. Still
works well today via SSH and telnet with SecureCRT.
--
"The foreign policy aim of ants can be summed up as follows: restless
aggression, territorial conquest, and genocidal annihilation of neigh-
boring colonies whenever possible. If ants had nuclear weapons, they
would probably end the world in a week." --Journey to the Ants, page
59. Bert Holldobler & Edward O. Wilson
/\___/\
/ /\ /\ \ Phillip (Ant) @ http://antfarm.ma.cx & http://aqfl.net
| |o o| | E-mail: (E-Mail Removed)NT or (E-Mail Removed)
\ _ / Nuke ANT from e-mail address if your e-mail was returned.
( )
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Putty and Exceed Matt Linux Networking 4 03-23-2007 01:57 AM
evaluate the best SSH client (was: Print in PuTTy) Richard S. Shuford Linux Networking 4 02-05-2005 12:26 PM
ssh putty linux Juerg Schwarz Linux Networking 7 07-01-2004 04:36 AM
PuTTY Lyle Ladeira Linux Networking 2 06-01-2004 10:06 PM
iptables block ssh connections with putty Achim Gerber Linux Networking 4 07-07-2003 04:33 PM



1 2 3 4 5 6 7 8 9 10 11