|
|
How do I issue complex commands to an ftp server, like ls -lF? |
| The ftp client program lets you issue complex argument lists within quotation marks, as in:
ftp> ls "-lF ptf*"
The trick is just to quote everything after the first command, I think, so the shell does not interpret them. It only took me 10 years of ftp'ing to learn that one :) There's also
<mschalit@pacbell.net>
| |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||