On Fri, May 26, 2000 at 05:15:49PM +0200, Chocky wrote:
> Hi! I realize someone may have already asked this, but after trying a bit,
> and reading the manual a few times, I still cannot fuigure out how to make
> an fxp and how to be sure thhat that transfear will be taken place even if
> I log of the computer where lftp is running...A fictional example, with 2
> dummy servers and a dummy file would be enough, I guess for me to
> understand...

open ftp://site1/path1
put ftp://site2/path2/file2
get file1 -o ftp://site2/path2/

See also man page, look for ftpcopy.

This only works in lftp 2.2.x and later. 2.1.x has command ftpcopy.

> Another question I have is, I feel the way lftp logs in, is a bit dry...I
> mean you don't get to see any site welcome msg, or any message at all if
> the site is down, or full or whatsoever, of if lftp is retrying, to log in.
> Now my question is, is there a way (I dunno a variable or something) to see
> all this things, and see if the programm is doing properly, or at least
> doing anything???

This is a FAQ. Use `debug 3'. To see a bit more verbose messages, do
   set anon-pass user@
(-user@ is the default)

-- 
   Alexander.                       (never mind that noise you heard)

Reply via email to