[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] FTP App or help needed.



>-----Original Message-----
Subject: [cobalt-users] FTP App or help needed.

>Is there an FTP application on the Cobalt Raq2 or something I can download
>to FTP multiple files to and from the cobalts without doing each file
>independently?... If I use Mget or Mput, it only works with files, not with
>directories... or am I missing something?

----------------

you can leech multiple files without a prompt using the 'prompt off'
command.
ftp> prompt off
ftp> mget *

that wont help you with dir's, im afraid.

i prefer to use ncftp and bgget, bgstart (background get, and background
start)
ncftp/> bgget <filename> or <dir name>
then
ncftp/> bgstart (will transfer in the background)

i am very suprised standard ftp canot get dir's.. perhaps it can?