On Sun, May 05, 2002 at 05:18:10PM +0000, Vijay Mason wrote: > hi, lftp is wicked, i was wonder if u could write small cut down version of > lftp (fxp) function like ncftpput/get (www.ncftp.com) > something like lfxp -R *.zip > ftp://user:pass/host:port:/dir;ftp://user:pass/host:port:/dir and return > exit codes if fxp fails etc..
You can do this: lftp -c "mirror -I *.zip ftp://user:pass@host:port/dir ftp://user:pass@host:port/dir" -- Alexander. | http://www.yars.free.net/~lav/
