![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disconnecting a telnet session | cooldude | UNIX for Dummies Questions & Answers | 14 | 12-09-2007 05:21 PM |
| Telnet Session to AIX | bluebee | UNIX for Dummies Questions & Answers | 1 | 08-07-2007 12:19 PM |
| Telnet Session | pathanjalireddy | Shell Programming and Scripting | 6 | 04-06-2005 07:41 AM |
| Telnet session does not expire | deepsteptom | Shell Programming and Scripting | 1 | 08-03-2004 08:48 AM |
| telnet session timeout | yls177 | UNIX for Dummies Questions & Answers | 6 | 10-16-2002 06:11 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi there,
I'm trying to download files from a server and also upload new files to the same server during a telnet session. How do I go about getting certain files (.gif) from the server onto my local drive and vice versa? Can anyone help me? Thank you so much! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Wouldn't it be easier to ftp to the server from your machine and then issue the relevant download upload commands?
If you want to use ftp from a console the the command line options to download and upload files are: download: "recv" download single files at a time "mget" download multiple files, allows use of asterisk in file names upload: "put" upload single files at a time "mput" upload multiple files, also allows asterisk in file names Note: you may need to change transfer modes (Binary or ASCII) depending on file types. Andy removed excessive blank lines --oombera Last edited by oombera; 02-15-2004 at 02:22 PM. |
|||
| Google The UNIX and Linux Forums |