wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Add FTP & FTPS support (#3)


From: Evgeny Grin (@karlson2k)
Subject: Re: wget2 | Add FTP & FTPS support (#3)
Date: Fri, 30 Jul 2021 08:43:30 +0000



Evgeny Grin commented on a discussion: 
https://gitlab.com/gnuwget/wget2/-/issues/3#note_639431943

Additional option, based on your third one:
- Create new tools `wget2-ftp` and `wget2-http`. `wget2-http` should be exactly 
the same as current `wget2`. Convert `wget2` binary to wrapper tool, which will 
call (or implement internally) either `wget2-ftp` or `wget2-http` depending on 
protocol / command line options. `wget2-ftp` should support all FTP-related 
command line options, while `wget2` can implement only basic FTP options.

This way users get universal tool and specialized tools. Clear way to add new 
protocols. Conflicting command line options could be implemented only in 
specialized tools.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/issues/3#note_639431943
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]