Custom Query (8144 matches)
Results (442 - 444 of 8144)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1650 | raw commands | |||
Description |
Some FTP programs let you send raw FTP commands. This often comes in very handy. |
|||
#10268 | fixed | r6137 breaks Windows build due to inclusion of process.h | ||
Description |
I'm using the version of MinGW specified in the build notes for Windows. As part of r6137, a process.h was included in FileZilla 3; this conflicts with the process.h that is shipped with MinGW, causing the build to fail (it fails with a bunch of undefined symbols; the root cause here is pthread.h is including process.h, picking up the FileZilla one instead of the MinGW one and causing the errors). I renamed the FileZilla process.h to fzprocess.h and changed the include files everywhere, and that seemed to solve the problem. |
|||
#1757 | quote HELP | |||
Description |
I've been trialing FileZilla Server, and have found it to be very fast and stable so far. I have noticed a few things missing, most of which have already been pointed out (users changing passwords, speed throttling, etc.), but I do feel it worthwhile to ask that the server gives a valid responce to the HELP command. When looking at an FTP server for the first time, this is one of the things a site admin (or indeed an experienced user) goes for, to see which commands are accepted, and, of those, which are implemented. Try the command 'quote HELP' from a commandline FTP client to some different servers to see what I mean. Ta, S. |