Search found 619 matches
- 2011-06-17 22:50
- Forum: FileZilla and FileZilla Server Development
- Topic: Feature Request: Queue should default to ASC order
- Replies: 14
- Views: 32660
Feature Request: Queue should default to ASC order
This has been bugging me for awhile in FileZilla. The default queue behavior when adding a directory is to add each directory's contents in reverse alphabetical order. This strikes me as very non-intuitive. I can't remember the last time I wanted to upload or download a directory in reverse alphabet...
- 2009-04-10 08:56
- Forum: FileZilla and FileZilla Server Development
- Topic: FileZilla 3 development diary
- Replies: 1027
- Views: 773461
Re: FileZilla 3 development diary
I'd like it if the batch programs would mirror the options of other existing programs. That is, use the same syntax as wget, curl, or lftp if possible. I use 7-zip from the command line quite a bit on Windows for archiving logs, and it pisses me off constantly that the behavior and flags are differe...
- 2009-03-03 13:12
- Forum: FileZilla Client Support
- Topic: Problems executing FZSFTP from FileZilla on Citrix RD
- Replies: 9
- Views: 5857
Re: Problems executing FZSFTP from FileZilla on Citrix RD
Login to the server. Browse to the installation location for FileZilla and locate fzsftp.exe. Right-click it and open properties. Do you see an Unblock button like this?


- 2009-02-21 23:08
- Forum: General Discussion
- Topic: Linux FTP server software with proper Unicode support?
- Replies: 1
- Views: 2054
Re: Linux FTP server software with proper Unicode support?
This is all I could find: vsftpd sends file names and folder names in the format they are stored; if the FS uses UTF8 vsftpd sends UTF8 without sending UTF8 during FEAT. There's a patch currently in the works that adds an option to the config file to send UTF8. Contact the communities around vsftpd ...
- 2009-02-09 18:33
- Forum: General Discussion
- Topic: computer newbie trying to fix a problem using FileZilla?
- Replies: 6
- Views: 86855
Re: computer newbie trying to fix a problem using FileZilla?
It isn’t just the firewalls and routers either, look at the network chain this way: Human Client <-> FileZilla Client software <-> Software Firewall* <-> Operating System <-> Hard Drive <-> BIOS <-> LAN Connector with cable or Wireless Network Interface Card <-> Router <-> LAN cable <-> Modem** <->...
- 2009-02-04 13:31
- Forum: General Discussion
- Topic: Filezila and Ubuntu dark themes
- Replies: 7
- Views: 4529
Re: Filezila and Ubuntu dark themes
That may be now, but it worked just fine with 3.1.5.
- 2009-02-03 21:52
- Forum: FileZilla Server Support
- Topic: Autoban and forced SSL/TLS?
- Replies: 9
- Views: 4406
Re: Autoban and forced SSL/TLS?
Yes, but it'll still allow you to DoS the server.
- 2009-02-03 19:40
- Forum: FileZilla Server Support
- Topic: Autoban and forced SSL/TLS?
- Replies: 9
- Views: 4406
Re: Autoban and forced SSL/TLS?
... (000001) 21.01.2009 18:30:40 - (not logged in) (www.xxx.yyy.zzz)> USER Administrator (000001) 21.01.2009 18:30:40 - (not logged in) (www.xxx.yyy.zzz)> 530 Have to use explicit SSL/TLS before logging on. (000001) 21.01.2009 18:30:40 - (not logged in) (www.xxx.yyy.zzz)> USER Administrator (000001...
- 2009-02-03 19:39
- Forum: FileZilla Server Support
- Topic: More options for Autoban
- Replies: 19
- Views: 14653
Re: More options for Autoban
That makes no sense. Last time I checked, under a brute force attack you get fewer connection attempts per minute with autoban off than you will with it on. This is because of the tarpitting that the server does automatically after 10 failed attempts with autoban off. Do you have TLS enforced explic...
- 2009-02-02 22:55
- Forum: General Discussion
- Topic: Filezila and Ubuntu dark themes
- Replies: 7
- Views: 4529
Re: Filezila and Ubuntu dark themes
I used 2.8.9.
- 2009-01-31 17:02
- Forum: FileZilla and FileZilla Server Development
- Topic: Feature request: Right click refresh or local & remote files
- Replies: 3
- Views: 2310
Re: Feature request: Right click refresh or local & remote files
Disagree. My hand is always on my mouse. My hand is seldom near F5.
Also: Multiple paths to the same function are a sign of an intuitive interface.
Also: Multiple paths to the same function are a sign of an intuitive interface.
- 2009-01-31 16:55
- Forum: General Discussion
- Topic: batch file in dos is irregular
- Replies: 3
- Views: 3006
Re: batch file in dos is irregular
It seems you are using the Windows commandline FTP client, please note that it does not support Passive Mode at all. Yes, PASV mode must be supported by both the client and server. Ftp.exe doesn't have a PASV mode, so it never knows it has to initiate the data connection. It doesn't understand the ...
- 2009-01-27 16:00
- Forum: FileZilla Server Support
- Topic: Server Setup
- Replies: 1
- Views: 1375
Re: Server Setup
You should refer to Cisco Call Manager documentation or ask someone familiar with that software. If necessary, contact Cisco. If you know the configuration needed, we can help with that, but nobody here is going to know the demands of your application.
- 2009-01-27 14:14
- Forum: FileZilla Server Support
- Topic: Autoban and forced SSL/TLS?
- Replies: 9
- Views: 4406
Re: Autoban and forced SSL/TLS?
Additionally, you should also not have any user account in FileZilla Server named 'administrator'. Some idiot is trying to access your FTP server as if it were IIS. If there's no user named 'administrator' configured in the FileZilla Server Interface, this moron will never gain access. If you wish, ...
- 2009-01-27 14:06
- Forum: FileZilla Server Support
- Topic: Upload stops at 2GB or 2 hours
- Replies: 2
- Views: 2756
Re: Upload stops at 2GB or 2 hours
Alternately, or if you hardware cannot be reconfigured, you could allow upload resuming (file append). The client is attempting to do so with the APPE command, but you've configured the server to deny them.