Custom Query (8142 matches)
Results (154 - 156 of 8142)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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! |
|||
#1094 | 0 Byte Uploads -> timeout! | |||
Description |
Hi, i'm uploading the newest version of wordpress with filezilla, and there are some 0 bytes files. This is the log of a 0 byte file: [...] Status: Starte Upload von T:\Temp\wordpress\wp-includes\js\tinymce\plugins\autosave\langs\sv.js Befehl: TYPE A Antwort: 200 Type set to A Befehl: PASV Antwort: 227 Entering Passive Mode (XXX,XXX,XXX,XXX,XXX,XXX). Befehl: STOR sv.js Antwort: 150 Opening ASCII mode data connection for sv.js Fehler: Timeout entdeckt! Fehler: Upload fehlgeschlagen [...] This happens with every 0 byte file. |