![]() |
|
|
|
|
|||||||
| 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 |
| compiled binary file gives "cannot execute binary file" | scgupta | SUN Solaris | 0 | 07-12-2006 10:59 PM |
| binary file | markms | UNIX for Dummies Questions & Answers | 1 | 04-07-2006 06:40 AM |
| Where is M4 binary? | hypamw | UNIX for Dummies Questions & Answers | 2 | 05-04-2005 08:25 PM |
| is it text or binary | avnerht | Shell Programming and Scripting | 1 | 06-23-2004 10:40 AM |
| Binary Files | wcRandThor | UNIX for Dummies Questions & Answers | 2 | 06-22-2004 09:46 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
ftp binary
i am new. i want to ftp from the telnet prompt into another machine and use the get and put command to transfer files. but how do we check to see what transfer mode it is at such as ascii or binary. and how do we change it to binary or whatever.
thanks |
| Forum Sponsor | ||
|
|
|
|||
|
If you type "type" once you're connected to the ftp server it should tell you what file transfer mode it is set to.
Typing "binary" will change to binary and typing "ascii" will change to ascii. You can also use mget and mput to download and upload multiple files at a time using the wildcard symbol * Andy Hibbins Last edited by Andy Hibbins; 07-06-2001 at 11:23 AM. |