lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.11k stars 162 forks source link

pget+mget = pmget? #3

Closed hinrik closed 13 years ago

hinrik commented 13 years ago

It would be nice to have a wildcard-supporting version of pget.

bpaf commented 13 years ago

Prepend glob? I haven't tried tho.

hinrik commented 13 years ago

That almost works. I can use wildcards, but now I can't use pget's -o, -c, and -n options, because glob will eat them up.

lavv17 commented 13 years ago

glob -- pget -c ...

hinrik commented 13 years ago

Ah, I didn't know about "--". That works.