Custom Query (8171 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1701 - 1800 of 8171)

Ticket Summary Owner Type Priority Component Resolution
#2161 Support other FTPS PROT command options Patch normal FileZilla Client rejected
Description

Per RFC-2228 supports four arguments to PROT:

C - Clear -neither integrity nor privacy S - Safe - integrity without privacy E - Confidential - privacy without integrity P - Private - integrity and privacy

As of release 2.2.8c of FileZilla, if you specify a remote site as server type "FTP over TLS (explicit encryption)" (or "over SSL") the client sends "PROT P", specifying to encrypt both control and data connections. There should be an option in the client to choose the level of protection you desire. Some FTP servers (such as WS_FTP Server) now support allowing a clear command channel after authentication for compatibility with FTP application gateways/proxies found in firewalls and NAT devices.

#2162 Output Negotiated Cipher Suite for TLS/SSL Feature request normal FileZilla Client fixed
Description

It would be very helpful to have the negotiated cipher suite for TLS/SSL included in the logged output for the client server communications. This would help to diagnose encryption level requirement compliance.

#2164 short cut keyboard Feature request normal Unknown
Description

hello everybody 1/excuse my poor english 1bis/ filezilla is a exceptionnal ftp soft 2/it will be possible to add a short cut keyboard for refresh or actualize (i work with french version so i don't know the translation) in the view menu in french menu affichage add a short cut keyboard for "rafraichir les vues" regards niais

#2165 Ability to Fix Corrupt Files Feature request normal Other
Description

I am speaking to functionality similar to the 'RemenDeKO' or 'Remote File Fixer' programs found on sourceforge. The idea is that you divide the file up into blocks and use CRC to check the integrity of each block. Then, only the corrupted blocks need to be re-transferred instead of the entire file.

This would be particularly useful after downloading a very large file or over a slower connection.

The problem with the programs mentioned above is that they require user participation on both ends of the file transfer. It would be much more convenient to have this functionality built directly into an ftp server/client, so that the task could be automated.

#2167 Directory Sync Feature request normal Unknown
Description

I would love to have a dir sync (both remote->local and local->remote as well as a true sync remote<->local) feture. Curently I just down/upload the entire directory but that overwrites everything, not that it's super bad but it does download things that are unnessassary.

#2168 Support Ipswitch WS_FTP Server CCC Command Feature request normal FileZilla Client rejected
Description

Ipswitch WS_FTP Server 5.0 introduced a new command "CCC" ("Clear Command Channel") which is issued immediately after authentication to signal that the command channel should no longer be encrypted. This allows for secure authentication via explicit FTPS, while also allowing firewall FTP application gateways/proxies to correctly handle passive connections (as they can now see the passive response from the FTP server behind them). Currently, only Ipswitch's WS_FTP Pro client supports this command.

#2169 Easier editing/deleting of QuickConnect entries Feature request normal Other
Description

I know I can edit the .xml settings file to remove QuickConnect server entries, but it would be nice if this could be done from the GUI.

I'd specifically like to see a right-click popup menu over each entry, which includes "Edit" and "Delete" options.

#2170 Support for Nortel Passport file system FTP server Feature request normal Other
Description

The Nortel Networks Passport 1000 and 8000 class routing switches use a VxWorks based FTP server for their DOS/Windows type flash file system. The display format is not recognized by FileZilla client. Requesting support for this file system. Nortel Passport switches are widely deployed network devices.

Interactive session showing supported commands and the file display format is at: http://pages.sbcglobal.net/ptichy/ftp_server_log_pp8600.log

As the SYST command is not supported, you would have to trigger on a substring in the greeting "220 Passport FTP server ready".

Would consider donating to support of the effort.

#2171 xbox compatibility Feature request normal Other
Description

... a better compatibility for the xbox, because sometimes I get a lot of ZERO byte files on my xbox. Often when I want to upload a lot of files / or / files with small filesides ... ;-(((

regards

Mia Mikel

#2173 Move the FileZilla.xml to App Data Feature request normal Other
Description

The file 'FileZilla.xml' should not be stored under ../Program Files/Filezilla/

This file should be stored under the logged on user's profile Application Data folder.

Under Win2K/XP it should be stored here: [system drive]:\Documents and Settings\[logged on username]\Application Data\[Filezilla]

Under Win98/ME its somthing like: [system drive]:\WINDOWS\Profiles\[username]

#2174 simultaneous (synchronous) directory change (directory "follow me") Feature request high FileZilla Client outdated
Description

with an option in the toolbar enabled

the remote folder should change simultan when i change the local folder, and vice versa

with relative paths

for example:

local folder: c:\htodcs\web\images

remote: \www\domain\images

changing localy to: '..\' would result in:

c:\htodcs\web \www\domain

and changing localy to: 'images\thumbs' would result in:

c:\htodcs\web\images\thumbs /www/domain/images/thumbs

#2176 Edit files directly in FileZilla Feature request normal Other
Description

It wold be great if you could edit files directly in FileZilla, with som ekind of "Notepad". In CuteFTP, it's already a very useful feature.

#2178 Allow blind parent directories Feature request normal Other
Description

One of the features of a unix permission system is that you can set the execute permission on a directory to allow a user to 'cd' through the directory without being able to read the directory. This means you have to know the path where you want to go. The advantage is that users (especially if they don't know our directory structure) are unable to 'browse' through our directory tree.

Most FTP clients I have used allow for this feature by allowing us to set up a site profile for a user that takes them directly to the directory they need to access. They are either unable to 'cd' up (..) to the parent directory, or if they are able, once there they see nothing.

When I try to access one of these directories using FileZilla, even though it is able to read the directory I want, it fails because it can't read the parent directory. In fact, it appears to need read access for the parent directories all the way to '/'.

I would like to be able to see a remote directory which I have access to even if I do not have read access to the directories above it.

An example on our system is the directory /datatel/live/collive/_HOLD_. The directory permissions are:

drwxr-xr-x / drwxrwx--x /datatel drwxrwx--x /datatel/live drwxrwx--x /datatel/live/collive drwxrwxr-x /datatel/live/collive/_HOLD_

Users should be able to retrive files from the _HOLD_ directory, but should not be able to get a directory listing from any level above that.

Thanks

Don

#2179 Allow blind parent directories Feature request normal Other
Description

One of the features of a unix permission system is that you can set the execute permission on a directory to allow a user to 'cd' through the directory without being able to read the directory. This means you have to know the path where you want to go. The advantage is that users (especially if they don't know our directory structure) are unable to 'browse' through our directory tree.

Most FTP clients I have used allow for this feature by allowing us to set up a site profile for a user that takes them directly to the directory they need to access. They are either unable to 'cd' up (..) to the parent directory, or if they are able, once there they see nothing.

When I try to access one of these directories using FileZilla, even though it is able to read the directory I want, it fails because it can't read the parent directory. In fact, it appears to need read access for the parent directories all the way to '/'.

I would like to be able to see a remote directory which I have access to even if I do not have read access to the directories above it.

An example on our system is the directory /datatel/live/collive/_HOLD_. The directory permissions are:

drwxr-xr-x / drwxrwx--x /datatel drwxrwx--x /datatel/live drwxrwx--x /datatel/live/collive drwxrwxr-x /datatel/live/collive/_HOLD_

Users should be able to retrive files from the _HOLD_ directory, but should not be able to get a directory listing from any level above that.

Thanks

Don

#2180 directory "follow me" feature Feature request normal Other
Description

Please consider adding a "follow me" feature into the directory browsing code.

What I mean by this is if you descend into a directory on the local machine, the remote automatically descends as well. the reverse would be true of course.

This feature would be a time and click saver when the local and remote sites are identical in structure, which I think you will find is very common.

The feature would need to be enabled and disabled on a per site basis, or perhaps have a "smart" selection where if filezilla finds a matching folder name it automatically follows.

#2181 Time Conversion feature Feature request normal FileZilla Client
Description

Please consider adding code to display the file date on the remote machine in local time.

By default some ftp deamons such as proftpd display the file time in UTC. it would be nice to be able to automatically convert that to local time.

this would need to be on a per server basis

#2185 message log posting nonstandard error messages!?!? Feature request normal Other
Description

instead of the standard error messages such as password required, login incorrect, etc It says unable to connect

please fix this..

#2187 FZ Server - Need Improved IP detection Feature request normal FileZilla Server
Description

I know that FileZilla Server is able to find out the external IP address. This solves the PASV mode problem for those behind firewalls.

However, any user that belong to the local area network will also connect to my computer via the external IP which is not what I want. They should connect to my 192.168.x.x

If I am connecting to my server via 127.0.0.1, then the PASV mode should also send me to 127.0.0.1, not the 192.168.x.x or the external IP address.

The above mentioned has been implemented long time ago on WarFTPd. Take a look at their version 1.82 RC9. I hope you get what I mean.

Thanks.

#2188 Treeview for User Manager Feature request normal FileZilla Server outdated
Description

Take a look at WarFTPd on how they implement their user manager using TreeView.

Trust me, you will love their implementation.

#2189 FTP Search Feature request normal FileZilla Client
Description

Please put a feature to search for different type of files like (jpg, mp3, etc.) through all the ftp servers, So that we can find files even if we don't know ftp server's name.

#2190 The ALLO command should be treated as a NOOP (no operation) Feature request normal FileZilla Server fixed
Description

from http://www.zvon.org/tmRFC/RFC959/Output/chapter4.html

ALLOCATE (ALLO)

This command may be required by some servers to

reserve sufficient storage to

accommodate the new file to be transferred. The

argument shall be a decimal

integer representing the number of bytes (using the

logical byte size) of

storage to be reserved for the file. For files sent

with record or page

structure a maximum record or page size (in logical

bytes) might also be

necessary; this is indicated by a decimal integer in a

second argument field of

the command. This second argument is optional, but

when present should be

separated from the first by the three Telnet

characters <SP> R <SP>. This

command shall be followed by a STORe or APPEnd

command. The ALLO command should

be treated as a NOOP (no operation) by those servers

which do not require that

the maximum size of the file be declared beforehand,

and those servers

interested in only the maximum record or page size

should accept a dummy value

in the first argument and ignore it.

from FileZilla Server logfile:

(000006) 15.11.2004 22:04:17 - (not logged in) (192.168.1.33)> Connected, sending welcome message... (000006) 15.11.2004 22:04:17 - (not logged in) (192.168.1.33)> 220-FileZilla Server version 0.9.3 beta (000006) 15.11.2004 22:04:17 - (not logged in) (192.168.1.33)> 220-written by Tim Kosse (Tim.Kosse@…) (000006) 15.11.2004 22:04:17 - (not logged in) (192.168.1.33)> 220 Please visit http://sourceforge.net/projects/filezilla/

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)> help (000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)> 214-The following commands are recognized: (000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

USER PASS QUIT CWD PWD PORT PASV TYPE

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

LIST REST CDUP RETR STOR SIZE DELE RMD

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

MKD RNFR RNTO ABOR SYST NOOP APPE NLST

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

MDTM XPWD XCUP XMKD XRMD NOP EPSV EPRT

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

AUTH ADAT PBSZ PROT FEAT MODE OPTS HELP

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)> 214 Have a nice day. (000009) 16.11.2004 18:52:33 - anonymous (127.0.0.1)> allo 7 (000009) 16.11.2004 18:52:33 - anonymous (127.0.0.1)> 500 Syntax error, command unrecognized.

This will force fore example the busybox ftpput cmd to abort the upload (filetransfer to ftp server)

claus.klein@…

#2192 DAV support!! Feature request normal FileZilla Client
Description

Please Please Please add DAV support. There are already 2 other requests for that. DAV is way better than FTP in most cases, it's only missing a good win32 client ( I got all the great clients I want on Linux ).

I would even sponsorize the implementation if someone was to do it. It's just a matter of compiling libneon in and hooking it up to FileZilla's internals..

#2195 Schedule upload/download Feature request normal Other
Description

It would be nice to be able to shedule an upload/download to happen every hour/day/week/month/year

#2196 total file transfers up/down to be separate Feature request normal Other rejected
Description

I use broadband I have 256kbs up 512kbs up these are mutually exclusive it would be helpful in the filezilla to allow mutiple connections for transfering files only where they aer in different directions. ie 1up and 1down not 2down or 2up

#2197 NT account or Quota manager with filezilla Server Feature request normal Other
Description

Hi guys

why don't you put some quota manager in order to limit idiot user from upload Gigs of data or, otherwise, link Filezilla account with NT account? They appear to be different questions but the purpose is the same: limit user space.

Thanks

Alex P.

#2198 FileZilla Server - Return "Resolve Shortcuts Option" Feature request normal FileZilla Server outdated
Description

Aliases maybe flexible, but it's hard to use when you need use 200 folders on other drive. Shortcuts were very informative, and very very easy to use, and it were one from benefit of FileZilla, not provided by any other FTP server for Windows.

#2200 Need translation of the Help in Italian? Feature request normal Other
Description

Hi, I'm an Italian guy... I noticed that the Help is still in English: if you want I can translate it in Italian!

#2204 Make FileZilla play nice within limited access rights in NT? Feature request normal Other
Description

Is there any way to make the FileZilla service under NT live happily within the confines of restrictive access?

IOW, can FileZilla only have Read ( (RX) (RX) ) access

to the whole system, except where needed (log files, directories in which ftp users will be uploading, etc.)?

NO FTP server for Windows is capable of this yet, and I have no idea why. Though the most secure solution would be to make sure that a program doesn't even have Read or eXecute permissions on files it shouldn't be touching, it'd be a step in the right direction to know that even if there's a security hole in the server down the road, people wouldn't be able to do much except peek at operating system files. (Instead of being able to bring the whole system to a screaching CRASH because the program had the access to overwrite critical system files.)

For reference:

I change permissions across the board on NT systems to in an effort to create a more secure environment. Gone is Everybody (only Microsoft would give everybody permission to a system) and Creator/Owner (except for below). The default for me is to give Administrators and SYSTEM Full Control (RXWDPO), Power Users Change (RXWD) and Users Read (RX) from C:\ on down. The only exceptions are for C:\WinNT\Profiles (NT4) or C:\Documents and Settings (2K/XP), where I modify rights according to the user so that each user has their own little space (or have a virii/worms/etc) screw things up. Creator/Owner gets full control for the All Users directory, only so that people can manage their own files as they wish while making sure people keep their hands off of other people's files. I'll use Apache as prime example, only because it's the only program I know of (extra emphasis on "I know of") that can live within these confines. Heck, I don't even let Apache have write access to DocumentRoot, only to stop the PHP worms in their tracks!

If FileZilla could pull this off, it could have a HUGE advantage over every other FTP server product out there -- commercial, freeware, open-source -- bar none!

#2205 Configurable Logfile directory path and filename Feature request high FileZilla Server wontfix
Description

Would like to be able to define the directory path for the logfile(s) rather than defaulting to "Logs" under the install directory. Additionally, define the template for the filename(s). The template substitutions might be as follows:

%Y - 4 digit year %y - 2 digit year %m - 2 digit month %d - 2 digit day of month %w - 2 digit week of month

Example template - my_ftp_logfile_%Y%m%d.log

#2206 [Server] Admin authorization from localhost as well Feature request normal FileZilla Server
Description

Currently, when connection to FZ Server's Admin Interface on the current machine (thus localhost) you never need enter the admin password; you always can connect.

On a machine where only the Administrator can log-in this isn't a big issue. But when several users use the same machine, they would all have the possibility to connect to

FZ Server's Admin Interface without restriction, since

they all obviously connect from localhost. Of course, this is quite a security risk. (Depending on how much you trust your users :)

So therefor my request: either remove the no-password- login from localhost, or add the option that one *always* has to authorize with a password when connecting to the Admin Interface, even from localhost.

#2207 adding the desktop to local treeview Feature request normal Unknown
Description
  • adding the "Desktop" to the local treeview might come

in REAL handy.

#2208 queue -> use multiple connection issue Bug report normal FileZilla Client outdated
Description
  • "Queue" -> "use multiple connections" is checked

always when starting up fileZillA, even if I deactivated it in the earlier session. My suggestion: Put this feature to the Site Manager -> Advanced: on/off checkbox

#2209 remember column width Feature request normal FileZilla Client
Description
  • remembering/saving the column width (filename,

filesize, date, time, local filename - everything) on exit would be good!

#2210 Wake on lan Feature request normal Other
Description

Would it be possible to add "wake on lan" feature in Filezilla? It would allow to remotely turn Filezilla server on or off.

#2212 Make a Secure FTP Server Feature request normal Other
Description

To the FZ Server's developer, while I am seeking more free Secure FTP Server, they are just only in Linux base platform :-(

For a Windows bae platform, no one do better than FileZilla for the free FTP Server, but for nowadays, all people need the more security fetuares, so I hope the developer can make a FZ FTP Server build-in SSH2 like the Linux base FTP Server. Or SSL/ RSA etc security fetuare :-)


Jimmy Chan http://www.wusogorphoto.net A greatful Photography web site :-)

#2216 Client drag and drop functionality Feature request normal Other
Description

drag-and-drop only works for items that are uploaded (i.e. anywhere -> filezilla client). The reverse does not (it only allows interaction with the left pane of the client, not with the desktop). It would be nice if I could drag-and-drop from client's right pane to anywhere on the desktop / pc, as opposed to having to navigate via left pane tree.

#2217 Nowegian translation Feature request normal Other
Description

will there be a Norwegian translation ??? maby i could help ???

#2218 moving files on the same ftp server Feature request normal Other
Description

You should have the ability to move files from a directory to another directory of the same FTP server.

This can be done with the FTP commands RNFR/RNTO. For example: RNFR /myhome/olddir/myfile.zip RNTO /another/directory/myfile.zip

The GUI should allow you to select some files from the remote file panel and chose a "Move to..." option (say from the right-click menu). After entering the destination directory, Filezilla should issue a sequence of RNFR/RNTO commands for each selected file.

Thank you.

#2220 Some problems about file charset for filezilla 3 Feature request normal Other
Description

I think this the best ftp client~

But in Taiwan and China, there are lots of encoding methods for file name. In Taiwan, maybe you perfer to use UTF-8, someone perfer to use Big5, etc. As a result, if one's chinese file name using Big5, then I get some chinese files from him, I will get error file name. Although I can change remote character set to disappear the correct file name, but when I download it, it also use the remote files name to save. So, in my nautilus, I can't disappear the correct file name. SO mybe gFTP can auto change the encoding Big5 to UTF-8 when I download file from a Big5 server. Or mybe can add an option that we can choise which encoding we want to use in local.

There is the something that I upload a file to a different encoding characters server.

(ps most of ftp server in Taiwan, using Big5 encode, not UTF-8 , but filezilla defaule using UTF-8)

Thanks for your contribution to Filazilla....

by Dung-Bang Tsai

#2221 Allow time zone specification Feature request normal FileZilla Client
Description

I normally use the option "overwrite if newer". When I connect to a server in a different time zone, that server uses its local time as the date of the file. FileZilla compares that timestamp with the timestamp on my machine and often makes a wrong decision about which file is newer. If I could associate a time zone with each site I would be able to trust the overwrite option without having to remember what time zone a site is in.

A "time zone differential" setting for each site would also be useful, but only so long as I was using FileZilla from my home or office, not while I am traveling and using my laptop.

If FileZilla already has such an option, it is well hidden and not indexed in the help file.

#2223 Execute custom FTP-commands on connect Feature request normal FileZilla Client
Description

It would be great if one could set commands to execute directly after a connect, similar to the <Server->Enter Raw FTP Command> feature. This setting should be available per site.

The reason is that some servers demand custom settings (for example for the encoding) and it'd be nice to have them set automatically. It could also be used for the umask commands.

#2224 SERVER interface: Confirm application exit Feature request normal FileZilla Server rejected
Description

I use FileZilla FTP Server and like it very much. The only thing I miss from the Server Interface is the option of confirming the interface application exit. Sometimes I click on the [X] of the interface to send it back to the system tray and get disappointed when it closes. I think an "application exit confirmation" popup could solve my problem.

I don't think it would be hard to do an option like this.

#2225 File Sort Folders on Top Feature request low FileZilla Client
Description

When sorting files by date, folders appear at the bottom of the list. In WS_FTP, when you sort by date you have the option to list folders first. I would like to request a feature that would allow folders to be listed first when sorting by newest file date.

#2228 export - export all sitemanager file Feature request normal Other
Description

can't beleave there hasn't been a RFE for this... but can't find it.

Maybe there is, but not documentated... An export for all sitemanager entry's.... (and import ofcouse)...

When exporting now you only get the settings from filezilla, not all the websites-ftp'locations you've enterd.

#2229 Copy URL to Clipboard Feature request normal FileZilla Client
Description

jonathan@…@www.jonathan.allain.com/"

When I try the "Copy URL to Clipboard" menu item under Server, I get a return in the format: <login>@<ftp server address><current directory>

I was under the impression this would create an actual URL, something like: http://<ftp server address><current directory>

While on this topic, it would be VERY nice if the remote file context menu would offer an option of "Copy URL to Clipboard" and put into the clipboard this kind of line: http://<ftp server address><current directory><selected file(s)>

#2232 Cannot download 2.2.12 Feature request normal Other
Description

All the mirrors say that the file cannot be found for 2.2.12.

#2233 Cannot download 2.2.12 Feature request normal Other
Description

All the mirrors say that the file cannot be found for 2.2.12.

#2234 Move remote file/folder and browse file over a network Feature request normal FileZilla Client
Description

Some features I'd like to be seen in next FileZilla's version:

Browse/send/receive files through a network computer.

Now it's only allowed hard drivers and removable drivers

Move files/folders on the remote server

#2235 Whole size of all directories and files Feature request normal FileZilla Client duplicate
Description

My idea: A feature to display the whole size of all directories and files on a remote server and at last count them all.

Bye Nameless

#2239 Virtual Directory Ability Feature request normal FileZilla Server fixed
Description

My server has multiple hard drives and shared folders on each hard drive because any single HDD cannot hold all the info I wish to share. If I list all the shared folders separately I can only name one to be home, when that is done, I can't navigate to another shared folder on the server. Is there a way to make virtual directories where proxy folders for all the shared folders can be stored so that the FileZilla Server settings holding the virtual directory path information will automatically redirect the FTP browser/client to the correct directory (basically like Windows IIS)? I use FTP Surfer as my FTP browser.

MaQ

#2242 Upload upon File Change Feature request low FileZilla Client duplicate
Description

It would be nice to have an option to have it the local directory be monitored for changes and if there is one made to a file then upload it to whatever directory is listed in the remote section.

-Erik

#2243 File Type Assignment Option: Auto (Windows) Feature request normal FileZilla Client
Description

Currently, for edit/view files we have the option to set a global editor (e.g. notepad) and, on a seperate list, per file extension (e.g. "gif") a own editor. I would enjoy a option

[x] Use Windows file type assignments for unknown files

If this option is checked, and I want to edit/view the files for which no special assignment is made, the windows file type settings are used.

I do not want to administrate all file settings for all file types, e.g. multiple graphics format, .php, .php3, twice (in windows and FZ). Of course windows settings does not always match, but then they could still be overwritten by creating an assignment in FZ.

#2244 Up one level button Feature request normal FileZilla Client
Description

When using the standard local and remote views, I always have to scroll to the top of the list to press the .. button (up one level) I would suggest locating a Up One Level button to the right of the local and remote site path combo boxes.

This feature has shown up in other FTP clients and when I don't have it, I greatly miss it.

Thanks,

JsD

#2246 Enable SSL/TLS-Only Connections Feature request normal Other
Description

There should be a mechanism which does one or the other of the following:

(Easy, Preferred, global setting) In the General Settings Options menu, there should be a menu which will allow specific kinds of access to the FTP server. It could include checkboxes for the types of access the adminstrator desires such as "Standard" for usual port 21 activity, "SSL" to enable only ssl, "TLS" to enable only tls. It should also have the ability to select one at a time, a combination of two, or all three. This would give the administrator the ability to only permit secure access, restrict to one method of secure commication, allow open access, or any combination of the former. FileZilla Server 0.96a's default behavior is to accept and allow all connections despite SSL/TLS being enabled. Therefore the administrator cannot restrict to secure-only communication, the user has to make that choice in their FTP client.

(Difficult, Admins get more control, per user/group setting) Give the ability for specific users/groups to access various folders to which their respective groups/users permit access depending on if the session is open or encrypted. Example: User1 belongs to Group1 and Group2. Group1 is the user's home folder with public access. Group2 is a data-sensitive folder that requires an encrypted connection to gain access. If user is logged in with standard ftp access, the user will be denied access to Group2 until the user logs in with SSL/TLS.

I am *very* pleased with the current release, this feature request will bring FileZilla server up to corporate standards where security is a prerequisite.

#2253 Default directory for sites Feature request normal Other
Description

Hello,

It would be great if there would be a function that when you connect to a particular site it goes to a certain local and remote directory.

That you could in the site editing (in the site manager) choose the directories.

Thank you

#2256 Use bandwidth only upon idle connection Feature request normal Other
Description

Hi,

It'd be great if FileZilla (client) could be instructed to use bandwidth only if the Internet connection is idle.

Thanks.

#2257 FileZilla Server: Anti-brute forcing defense Feature request normal Other
Description

Could you please add an option to monitor each IP for the number of failed login attempts.

In the option, once the threshold (user configurable) for consecutived failed logins, over a certain time interval (user configurable), has been reached, the server places the offending IP into an auto block list for a certain amount of time (user configurable). Also please include an override for anonymous accounts. And, please add a user configurable escalation rate and the ability to send a notification (i.e. via email, SMS, pager, etc.).

Thanks.

#2259 Smoother interoperability with Pageant Feature request normal FileZilla Client
Description

Do not require password on SSH2 connections.

Even when Filezilla uses Pageant to obtain the user's authentication credentials, it still pops up the "Enter Password" dialog. Moreover, you actually have to type something in order to click OK, because the UI does not accept empty passwords.

#2260 Synchronized browsing Feature request normal Unknown
Description

as seen in WinSCP: one click an a directory within identical trees (local and remote) makes a change of directory local AND remote.

http://winscp.net/eng/docs/task_navigate#synchronize_browsing ... Synchronize Browsing When you change directory in one file panel and this feature is turned on, WinSCP automatically opens the same directory in an opposite panel. For example if you change the directory in remote panel from /home/mprikryl/public_html to /home/mprikryl/public_html/wiki and directory D:\documents\www is opened in local panel, WinSCP will automatically open local directory D:\documents\www\wiki for you.

You can find this useful together with function Compare directories for manual synchronization. ...

#2262 Backup, Export, Import Feature request high FileZilla Server worksforme
Description

Please add a feature that allows Backup, Export, Import of all users in Filezilla SERVER. Alternatively indicate how this can be done. Thanks for a great product

#2264 Request skey/opie support Feature request normal Other rejected
Description

Could the developement team include skey/opie support?

Filezilla recognize the server is asking for skey/opie and prompt the user the enter the skey/opie password instead of plain text password.

#2266 (Server) File Permissions Feature request normal FileZilla Server duplicate
Description

It would be good if we could set permissions on files instead of just folders. Which is especially useful if wildcards can be used in the filenmes, as this would allow for, for exmaple allowing only readme.txt files to be visible/downloaded from a particular path.

#2267 (Server) Admin Interface only Install Feature request normal FileZilla Server
Description

It would be nice if the NSIS script was modified to let the user only install the admin interface, instead of requiring install of the server. This is so you can install the admin on a different computer to do remote admin.

#2270 Seperate upload/download transmission thread count Feature request normal Other
Description

Although it's possible to set a number for concurrent file transmissions, it's impossible to set a number for download and upload queues seperately. I'm on an assymetrical DSL line (>1.5Mbps upstream, 96k upstream), which means I can't upload very quickly but can download pretty much as fast as the FTP server allows me; I would like to be able to download more than one file concurrently, but only upload one file at a time.

#2272 Ability to exclude certain files/directories Feature request normal Unknown
Description

I would like to be able to specify that files/directories matching a certain mask should not be transferred as part of a recursive upload/download.

This would make it possible to upload/download from subversion controlled directory trees without having to do an export first to remove all of the .svn directories.

Many thanks for all your work..

#2273 per user/group SSL Feature request normal FileZilla Server
Description

FileZilla Server is great, been running it now for a while in a pretty highload setup. Only feature that i can see that might be helpful is a per user/group ssl setting. This way you could force a user or group to use ssl, without forcing everyone else to use ssl.

Thanks

#2275 move file Feature request normal FileZilla Client
Description

hi,

there should be a "move file" option from the context menu, because always having to drag&drop files is very anoying :)

-Dominik Weber

#2276 SSH Key base auth Feature request normal FileZilla Client
Description

It would be really nice if FileZilla started supporting this, some other clients do (including Putty which you guys use for the ssh portion of the client).

#2278 Quickconnect clear unfunctional? Feature request normal Other
Description

The 'clear' item in the dropdown menu of Quickconnect does nothing except clearing the inputboxes. I think I seldome need this function.

What I would like it to do is clear recent host list. Can you rework on this?

#2279 Two FTP browsers Feature request normal FileZilla Client
Description

Hi,

In my company we work with unix servers, and we will often transfert files between their.

I want to replace local brower with another ftp browser.

Thanks

PS : Sorry for my French english

#2282 Disable enter command Feature request normal FileZilla Client
Description

When you are not connected to a server, then disable or gray out the "Enter Command" feature.

Also maybe add a hotkey for it such as CTRL+R.

#2283 ASCII file types Feature request normal FileZilla Client
Description

Add

.ini .py (python source code)

to the list of files to be transfered in ASCII

#2284 Interface Improvements Feature request normal FileZilla Client
Description

Save the actual size of the windows, if I close the window of FileZilla when is maximized it should be remain like that, because when I start again FileZilla it go to it original state.

In others words it not save the change I made to the interface, remove some toolbars, resize the windows and other things, is a little buggy resize the window again...

#2285 Parent Directory Feature request normal Other
Description

Rename ".." to "Parent Directory" and use another icon than the folder icon.

#2287 Raw Command Line Feature request normal FileZilla Client
Description

Under "View" add "Raw Command Line" when click on it, it appears a kind of like "Remote Treeview" but smaller where you can type in a raw command to send to the server.

#2288 Statistics Feature request normal FileZilla Server fixed
Description

Size uploaded (mb/gb) Size downloaded (mb/gb) Total (size uploaded + size downloaded)

#2289 linux version? Feature request normal FileZilla Client
Description

i use FileZilla on windows, but id love to see a version for linux

how about it

zac

#2290 Site Manager Feature request normal FileZilla Client
Description

I have more than 100 ftp sites in filezilla "site manager", long list. When i tried to reduce my list, i created folders in "site manager" and replaced part of sites from root to folders, but i found that this decision is very unusable, because my list became larger than was before. Can "site manager" show folder content only if user will ask about this? i mean, if i will click on folder, i will see all folder sites, but not on the start of work with the filezilla / "site manager"

Is there any solution for this problem? thanks.

#2293 FTP custom BOOST-mode in FileZilla server (like Avalaunch) Feature request normal FileZilla Server
Description

Avalaunch (a homebrew dashboard for modded Xboxes) has a built-in custom FTP-server that has a very nice feature called BOOST mode. Boost mode only works if both the FTP-server and the FTP-client supports it. What boost mode does is basically send a list (from the client to the server) of all files from the transfer-list making new connection/session for each file unessesary, resulting in a much faster overall transfer speed when transfering many small files (like example a complete and large website, or text files, or even loads of MP3 files over a fast connection). Team-Avalaunch the makers of the Avalaunch dashboard also make a FTP-client called QWIX which supports this boost mode.

Team-Avalaunch has made the specifications of this BOOST mode open source to enable others to implement support of it into their FTP servers and clients, found here: http://forums.xbox-scene.com/index.php?showtopic=137059

Team-Ava's website: http://www.teamavalaunch.com

From Avalaunch FAQ (a bit old now as more supports it): Q: What is Boost Mode? A: Boost Mode is an improved FTP protocol that is currently only supported with Avalaunch. It can make transfers push the limits of your 100Mb connection, and is especially helpful with transfers that contain a lot of small files."

PS! Some others that supports this boost mode is: SUXX, UnleashX, C-XBOXtool

#2294 FTP custom BOOST-mode in FileZilla client (like QWIX) Feature request normal FileZilla Client
Description

FTP boost mode in FileZilla Client (like QWIX)

Avalaunch (a homebrew dashboard for modded Xboxes) has a built-in custom FTP-server that has a very nice feature called BOOST mode. Boost mode only works if both the FTP-server and the FTP-client supports it. What boost mode does is basically send a list (from the client to the server) of all files from the transfer-list making new connection/session for each file unessesary, resulting in a much faster overall transfer speed when transfering many small files (like example a complete and large website, or text files, or even loads of MP3 files over a fast connection). Team-Avalaunch the makers of the Avalaunch dashboard also make a FTP-client called QWIX which supports this boost mode.

Team-Avalaunch has made the specifications of this BOOST mode open source to enable others to implement support of it into their FTP servers and clients, found here: http://forums.xbox-scene.com/index.php?showtopic=137059

Team-Ava's website: http://www.teamavalaunch.com

From Avalaunch FAQ (a bit old now as more supports it): Q: What is Boost Mode? A: Boost Mode is an improved FTP protocol that is currently only supported with Avalaunch. It can make transfers push the limits of your 100Mb connection, and is especially helpful with transfers that contain a lot of small files."

PS! Some others that supports this boost mode is: SUXX, UnleashX, C-XBOXtool

#2298 client override for server type Feature request normal Other
Description

The way filezilla detects and handles IBM mainframe ftp servers is extremely useful. However, sometimes when I want to connect to the mainframe I require to access the Unix System Services. Problem is because it detects correctly that the ftp server is on a mainframe it puts brackets around filenames etc. and becomes unusable.

What would be really useful is a client setting to enable override of the detected ftp server type. So I could tell the client to ignore the fact I'm connecting to a mainframe and treat it like a native Unix system.

#2300 choose which connection to use for each site Feature request normal FileZilla Client
Description

I need the ability to choose which connection to use for each site.

example:

always use LAN connection for site A always use DIAL-UP connection for site B

It would also be nice to have client auto-dial for sites that are only accessable via dial up internet connections.

#2301 "Send QUIT on/to disconnect"-option Feature request normal FileZilla Client
Description

As you probably know FileZilla does not send a "QUIT" command to end a session upon clicking "Disconnect". I'd like a option to activate this.

Thanks

#2303 Layout queue/log next to each other. Feature request normal FileZilla Client outdated
Description

I'd just like the ability to put the queue and log next to each other. Especially for widescreens it makes sense.

#2304 List Site Manager sites in a menu Feature request normal FileZilla Client
Description

Right now, you have to open Site Manager for quick access to anything other than the Default Site. I want to get rank novices going with FileZilla, and I will give them three or four different sites they need to go to. It would be much easier to say "pick Foo from the Preferred Sites menu" than "Open Site Manager from the File menu, pick Foo from the list on the left, then click 'Connect'". This could easily be done with another option in the Site Manager called "List in Preferred Sites menu".

#2306 Disconnect button on the toolbar Feature request normal FileZilla Client
Description

I think there should be a "disconnect from server" button on the toolbar.

#2307 Use Windows default program to view files Feature request normal FileZilla Client
Description

I think there should be a way to use the Windows default program to view, and possibly edit, files, without redefining all my associations in the options box or resorting to cryptic hacks like "cmd /c". For example, I would use an image editor to edit pictures, a text editor to edit text files, etc. For more info, see my forum post at https://sourceforge.net/forum/forum.php?thread_id=1315941&forum_id=68109

#2308 Right click get remote file URL Feature request normal FileZilla Client
Description

When right click on a remote file, the menu poped out has a "Copy URL to clipboard" function. When chose, it will generate a url in clipboard as: ftp://username:password@<ftp server address><current directory><selected file>

This will be very handy when use with a download tool

such as Flashget.

Maybe this request is like 1156460, 485836.

#2309 Support multi-threaded multipart downloads Feature request high FileZilla Client rejected
Description

FileZilla is really great software, but the feature I am missing most is the ability to actually download ONE file using multiple parallel connections. Many FTP servers (including the one of the company I work for) limit the bandwidth per connection, very often this limit is in the 20kB/sec range. I was using LeechFTP before that supports multi-threaded multi-part download (using multiple parallel connections) but development has been discontinued and it does not support any security (SSL). Whenever you have a high-speed internet connection and need to download a large file (e.g. CD image) I was able to cut the download time by over 75% using this feature.

Would be great if you could consider this for a future release.

Thanks,

Stephan

#2310 log file size limit Feature request normal FileZilla Client fixed
Description

Hi,

There should be a way to limit the log file size limit. I don't want to have to prune it automatically.

Thanks.

#2311 FZS: Option to force PROT P Feature request normal FileZilla Server
Description

for a security encrypted data transfer :)

#2312 Remember WIndows Size Feature request normal FileZilla Client
Description

It seems, that FileZilla on Windows does not remember the previous Window Size and always opens in some too small Window. (This is rather a bug report than a feature request imho.) Thanks!

#2313 Update Feature Feature request normal FileZilla Client
Description

It would be nice to have an update feature, that updates all changed files in a directory (recursing through subdirectories) without looking at the server files.

Changes should be detected since last update by local file time stamps. This, of course, means to save some log file of previous updates. Thus this reature may require a little bit of work.

To make everything run properly, there must be a file filter to exclude or include files from updating.

Reason: Looking up each file stamp on the server is much slower. For large directories, looking at the local file stamp would speed up things considerably.

Even if you do not want to remember previous updates and stick with the server file stamp, an "update" button for directories using file filters would be a good idea, I think.

#2314 FileZilla Quota's Feature request high FileZilla Server duplicate
Description

I believe that user quota's would be very helpful to alot of people so that they dont fill up the servers hard drive especially if it has a small one.

#2315 directory / file size limit Feature request high FileZilla Server duplicate
Description

it would be very useful to be able to restrict the maximum ammount of data a user can upload to the server.

  • in general
  • per directory
  • per file

there was a post in 2003, i know that, but for it is still open i like to mention it again.

it is basicly the same all the web space providers do. you get 50megs or so and that`s it. i really like to see this feature in filezilla, too. thanks a lot.

#2316 MAKE filezilla compatible with OS MAC Feature request normal Other
Description

Humm i was wondering i know a freind who developes websites and he host people but he said it is really hard when a person has a mac because it is hard to find a good mac FTP program... and Filezilla is easy to use and very realible.

So can you guys make a future version MAC compatible???

Thanks

#2317 Command line features Feature request normal FileZilla Client
Description

Would be great if I could invoke Filezilla from command line to do some copy, e. g. like following:

To backup some files: filezilla.exe --copy "MyConnection" /backups/*.* e:\backups\

Or to publish files: filezilla.exe --copy "MyConnection" e:\website\*.* /cygdrive/c/inetpub/wwwroot/

#2318 Multiples IP in Passive Transfert Feature request normal FileZilla Server fixed
Description

My server is behind a gateway. Client may connect to the server for the WAN and from the LAN. To minimize the bandwidth on the gateway, I want to specify deferent IPs for passive transferts according the client's IP:

  • if the client's IP belongs to the LAN mask then the

passive IP address would by the server address

  • if the client IP is outside the LAN mask, the IP for

passive transferts would be the gateway WAN address.

Cheers,

Florent Ouchet

#2319 Detect/Warn on Windows firewall Feature request normal FileZilla Server wontfix
Description

Windows firewall (on Server 2003) blocks Filezilla server by default. Autorevision of MS FW rules would be ideal, but a pop-up warning on installation that the FW is enabled and might need to be configured for Filezilla server would be acceptable. CHecking to see if the server is actually blocked before popping the warning unnecessarily would be nice.

#2320 Full row select Feature request normal FileZilla Client
Description

Would really like full row select on local and remote fileview. As it is now, it's often a bit hard to double click the ".." folder wich have a really small click-area. So make the full row, even the date, filesize and such, clickable, at least put in a option for that and make it default.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.