Filename Changes since 0.9.60.2

Moderator: Project members

Post Reply
Message
Author
N6REJ
500 Command not understood
Posts: 4
Joined: 2021-12-24 23:46
First name: Troy
Last name: Hall

Filename Changes since 0.9.60.2

#1 Post by N6REJ » 2021-12-24 23:52

Apparently alot has changed since 0.9.60.2
I'm trying to use filezilla server as a portable style server.
Similar to what wamp does. ( my software does the same thing. It's a fork of http://neard.io )
In the config for 0.9.60.2 we have

Code: Select all

filezillaVersion = "0.9.60.2"
filezillaExe = "FileZilla Server.exe"
filezillaItfExe = "FileZilla Server Interface.exe"
filezillaConf = "FileZilla Server.xml"
filezillaItfConf = "FileZilla Server Interface.xml"
filezillaPort = "21"
filezillaSslPort = "990"

bundleRelease = "@RELEASE_VERSION@"
But this doesn't translate to 1.1.0 Seems all the file names have changed. What is the eqv?

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Filename Changes since 0.9.60.2

#2 Post by botg » 2021-12-27 08:41

See %LOCALAPPDATA%\filezilla-server and %LOCALAPPDATA%\filezilla-server-gui of the Windows accounts the programs are run under.

N6REJ
500 Command not understood
Posts: 4
Joined: 2021-12-24 23:46
First name: Troy
Last name: Hall

Re: Filename Changes since 0.9.60.2

#3 Post by N6REJ » 2021-12-27 18:38

There is no %LOCALAPPDATA% in a portable configuration.

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Filename Changes since 0.9.60.2

#4 Post by boco » 2021-12-27 23:47

FileZilla Server 1.x is not portable, to my knowledge.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

N6REJ
500 Command not understood
Posts: 4
Joined: 2021-12-24 23:46
First name: Troy
Last name: Hall

Re: Filename Changes since 0.9.60.2

#5 Post by N6REJ » 2021-12-28 00:04

boco wrote:
2021-12-27 23:47
FileZilla Server 1.x is not portable, to my knowledge.
So, 0.9.60.2 was but 1.x isn't?

User avatar
oibaf
Contributor
Posts: 405
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: Filename Changes since 0.9.60.2

#6 Post by oibaf » 2021-12-28 00:54

What do you mean by "portable"? If all you care about is setting up a configuration directory to a path of your choice, use the --config-dir command line option, as explained here: viewtopic.php?p=178223#p178223

N6REJ
500 Command not understood
Posts: 4
Joined: 2021-12-24 23:46
First name: Troy
Last name: Hall

Re: Filename Changes since 0.9.60.2

#7 Post by N6REJ » 2021-12-29 01:09

"Portable" means it can be ran from any folder its in. It's not "installed". This is very common now days.
https://www.howtogeek.com/290358/what-i ... it-matter/

User avatar
oibaf
Contributor
Posts: 405
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: Filename Changes since 0.9.60.2

#8 Post by oibaf » 2021-12-29 04:05

You can do it, as said the config dir can be changed at will.

Post Reply