Page 1 of 1

FileZilla SERVER source availability

Posted: 2023-09-17 02:47
by iam_sysop
Looking for a way to get FileZilla SERVER sources through command-line request such as wget or curl.

Currently, only two ways exist.

A: go to website to get "ticket" attached to url for FileZilla server source.
B: pull nightly sources based on date substitution in URL string.

libfilezilla and the FileZilla CLIENT are available in public SVN - why has FileZilla Server still not available? Only available sources on SVN are from a version you don't want anyone to build - which makes NO sense.

Regardless, thank you for your time, work, and for this product!

One additional request, but trivial in nature: According to multiple places on the site, sources are tagged to their version numbers in SVN, but this is not the case. In order to build a client against the code at reference, the revision must be found that corresponds to the code at the time of "version change" --

Re: FileZilla SERVER source availability

Posted: 2023-09-17 10:58
by boco
Sources are available in the download repo.

https://download.filezilla-project.org/server/

Re: FileZilla SERVER source availability

Posted: 2023-09-17 22:53
by iam_sysop
boco wrote:
2023-09-17 10:58
Sources are available in the download repo.

https://download.filezilla-project.org/server/
THANK YOU!!!

Re: FileZilla SERVER source availability

Posted: 2023-09-18 07:48
by botg
You always want to use the latest version. The latest version, both in binary and in source code form is available at https://filezilla-project.org/download. ... show_all=1

Re: FileZilla SERVER source availability

Posted: 2023-09-18 13:54
by boco
Of course. But you cannot download from there via command line, as requested by OP, I guess?