Custom Query (8117 matches)
Results (151 - 153 of 8117)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#10609 | duplicate | /include/wx/string.h(1536): assert "!empty()" failed in Last(): wxString: index out of bounds | ||
Description |
Error when you open the site and the program itself. See. Screen file: /include/wx/string.h(1536): assert "!empty()" failed in Last(): wxString: index out of bounds FileZilla Client Version: 3.12.0.2 Build information:
Linked against:
Operating system:
Version: 3.12.0.2 Build information:
Linked against:
Operating system:
|
|||
#10546 | rejected | /lib64/libstdc++.so.6: version not found | ||
Description |
... following is LAST working version: FileZilla Client ---------------- Version: 3.10.3 Build information: Compiled for: x86_64-unknown-linux-gnu Compiled on: x86_64-unknown-linux-gnu Build date: 2015-03-29 Compiled with: gcc (Debian 4.7.2-5) 4.7.2 Compiler flags: -g -O2 -Wall -g -std=gnu++11 Linked against: wxWidgets: 3.0.3 GnuTLS: 3.3.13 SQLite: 3.8.8.3 Operating system: Name: Linux 3.10.0-229.4.2.el7.x86_64 x86_64 Version: 3.10 next version is no longer working (won't even launch): [alexus@wcmisdlin02 bin]$ ./filezilla ./filezilla: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./filezilla) ./filezilla: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./filezilla) [alexus@wcmisdlin02 bin]$ |
|||
#699 | /reload-config only works when logged in | |||
Description |
I want to be able to use the /reload-config option for FileZilla server to reset passwords without stopping and re-starting the server. On multiple Windows platforms, it worked fine if I was logged in and ran it manually from a command prompt. I run an SSH session using PuTTY and it did not return an error, but it did not work either. Then I tried using the command line scheudler (AT command) and that did not do the trick either. I was thinking it might be a user privelage level, even though I did not get any access denied errors. Then I tried wrapping the command into a service written in c# running with admin privelages, no luck there too. My end goal is to create an ASP.NET page for resetting password. The class performing this would ideally invoke the "FileZilla Server /reload-config BTW: FileZilla is awesome and it rules! |