Custom Query (2163 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2001 - 2100 of 2163)

Ticket Summary Status Owner Type Priority Component
#11808 Allow key file reference to not exist new Bug report normal FileZilla Client
Description

Whenever you save a configuration in the site manager, it is possible to select the key file for the logon type.

Unfortunately, the key file always has to exist in order to be able to leave the configuration. I have some key files on external devices and therefore the path is not always available. When I want to connect to another configuration, I can not click on this configuration since the still open configuration gives me an error the key file can not be found.

Steps to reproduce

  1. Create site A, choose for logon type 'key file'
  2. Add a key file from an existing location
  3. Create site B, it does not matter what you configure here
  4. Connect to site A
  5. Close filezilla
  6. The last item you connected to was Site A, so this is still selected in the Site manager. Now delete the key file (or move it) like you are disconnecting the storage volume the key file is stored on.
  7. Try connecting to site B. This is not possible due to the key file not existing.

Since it does not matter our key file is not available at this moment, since we are trying to connect to Site B (not A), this error should not be in the way of selecting another configuration.

#12253 Allow for audio bell on transfer to be muted new Feature request normal FileZilla Client
Description

This may seem silly, but for those of us who work on audio software, the "ding" on file transfer is quite annoying.

You say "turn down the volume", or "change your default speaker", both reasonable under most circumstances. But when in heavy test mode, which requires audio to be on, the ding on transfers is annoying at best, and invasive at worst.

So, what I am asking for is a "mute audio" selection somewhere in user prefs.

Thanks.

#7283 Allow deletion of source files/folders after transferring new Feature request high FileZilla Client
Description

Hello Is it possible for the developer/s to add an option of deleting the source files/folders after a FTP transfer has been successfully completed in the next release of FileZilla Client?

#8851 Allow creating a Site with a password but without a username new Feature request normal FileZilla Client
Description

Hello, There is if a feature I'm missing in FileZilla: Creating a Site profile with:

  • Auth type = Normal/Interactive/Ask for Username
  • no username
  • a password

I connect often to a support sftp server where the login is the TikectID (as username) and a personal password.

If this feature is implemented then upon connection FileZilla will ask for the username and complete the login.

Thanks, Opher.

#12555 Allow building of filezilla_client-3.56.0 on OpenBSD new Bug report normal FileZilla Client
Description

#12554 fixes building of libfilezilla on OpenBSD. It does this by introducing FZ_OPENBSD, mimicking behavior of e.g. FZ_MAC.

Enclosed patch adds support for FZ_OPENBSD to filezilla client.

#10945 Allow TYPE I before logon new Feature request normal FileZilla Server
Description

I would like FileZilla Server to allow clients to send TYPE I before logon (similar to #9878 allowing OPTS UTF8 ON before logon).

This is because the Cisco MDS 9710 firmware, NX-OS version 6.2.1, has a bug: it sends TYPE I before logon. The command is rejected, resulting in the firmware files transferring in ASCII mode (and getting corrupted in the process). This behavior is fixed in later firmware versions. Cisco firmware does not offer a generic FTP client (it only prompts me for the host, username, password, and path) so it appears the only way to overcome this bug is on the FTP server side.

Based on SVN commit r6120 that fixed #9878, I have created and attached a possible patch. However, I don't know how to compile the source to test the patch.

Failed firmware update: NX-OS 6.2(1)

Note line 5, where the old switch firmware sends "TYPE I" before logon.

(000001) 8/19/2016 11:53:53 AM - (not logged in) (192.168.0.10)> Connected on port 21, sending welcome message...
(000001) 8/19/2016 11:53:53 AM - (not logged in) (192.168.0.10)> 220-FileZilla Server 0.9.58 beta
(000001) 8/19/2016 11:53:53 AM - (not logged in) (192.168.0.10)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000001) 8/19/2016 11:53:53 AM - (not logged in) (192.168.0.10)> 220 Please visit https://filezilla-project.org/
------------------------------------------------------------------------------------------------------------
(000001) 8/19/2016 11:53:53 AM - (not logged in) (192.168.0.10)> TYPE I
(000001) 8/19/2016 11:53:53 AM - (not logged in) (192.168.0.10)> 530 Please log in with USER and PASS first.
------------------------------------------------------------------------------------------------------------
(000001) 8/19/2016 11:53:53 AM - (not logged in) (192.168.0.10)> USER upload
(000001) 8/19/2016 11:53:53 AM - (not logged in) (192.168.0.10)> 331 Password required for upload
(000001) 8/19/2016 11:53:56 AM - (not logged in) (192.168.0.10)> PASS ********
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> 230 Logged on
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> SYST
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> 215 UNIX emulated by FileZilla
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> FEAT
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> 211-Features:
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  MDTM
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  REST STREAM
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  SIZE
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  MLST type*;size*;modify*;
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  MLSD
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  UTF8
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  CLNT
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  MFMT
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  EPSV
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)>  EPRT
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> 211 End
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> SIZE /cisco/nx-os/6.2.13a/m9700-sf3ek9-kickstart-mz.6.2.13a.bin
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> 213 36789248
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> EPSV
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> 229 Entering Extended Passive Mode (|||55451|)
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> RETR /cisco/nx-os/6.2.13a/m9700-sf3ek9-kickstart-mz.6.2.13a.bin
(000001) 8/19/2016 11:53:56 AM - upload (192.168.0.10)> 150 Opening data channel for file download from server of "/cisco/nx-os/6.2.13a/m9700-sf3ek9-kickstart-mz.6.2.13a.bin"
(000001) 8/19/2016 11:53:59 AM - upload (192.168.0.10)> 226 Successfully transferred "/cisco/nx-os/6.2.13a/m9700-sf3ek9-kickstart-mz.6.2.13a.bin"
(000001) 8/19/2016 11:53:59 AM - upload (192.168.0.10)> MDTM /cisco/nx-os/6.2.13a/m9700-sf3ek9-kickstart-mz.6.2.13a.bin
(000001) 8/19/2016 11:53:59 AM - upload (192.168.0.10)> 213 20160628160400
(000001) 8/19/2016 11:53:59 AM - upload (192.168.0.10)> QUIT
(000001) 8/19/2016 11:53:59 AM - upload (192.168.0.10)> 221 Goodbye
(000001) 8/19/2016 11:53:59 AM - upload (192.168.0.10)> disconnected.

Successful firmware update: NX-OS 6.2(13a)

Note that the new firmware version sends TYPE I after logon.

(000001) 8/19/2016 11:25:28 AM - (not logged in) (192.168.0.10)> Connected on port 21, sending welcome message...
(000001) 8/19/2016 11:25:28 AM - (not logged in) (192.168.0.10)> 220-FileZilla Server 0.9.58 beta
(000001) 8/19/2016 11:25:28 AM - (not logged in) (192.168.0.10)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000001) 8/19/2016 11:25:28 AM - (not logged in) (192.168.0.10)> 220 Please visit https://filezilla-project.org/
(000001) 8/19/2016 11:25:28 AM - (not logged in) (192.168.0.10)> USER upload
(000001) 8/19/2016 11:25:28 AM - (not logged in) (192.168.0.10)> 331 Password required for upload
(000001) 8/19/2016 11:25:30 AM - (not logged in) (192.168.0.10)> PASS ********
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> 230 Logged on
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> SYST
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> 215 UNIX emulated by FileZilla
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> FEAT
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> 211-Features:
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  MDTM
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  REST STREAM
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  SIZE
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  MLST type*;size*;modify*;
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  MLSD
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  UTF8
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  CLNT
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  MFMT
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  EPSV
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)>  EPRT
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> 211 End
-------------------------------------------------------------------------
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> TYPE I
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> 200 Type set to I
-------------------------------------------------------------------------
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> SIZE /cisco/nx-os/6.2.1/m9700-sf3ek9-kickstart-mz.6.2.1.bin
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> 213 36701184
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> EPSV
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> 229 Entering Extended Passive Mode (|||63073|)
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> RETR /cisco/nx-os/6.2.1/m9700-sf3ek9-kickstart-mz.6.2.1.bin
(000001) 8/19/2016 11:25:30 AM - upload (192.168.0.10)> 150 Opening data channel for file download from server of "/cisco/nx-os/6.2.1/m9700-sf3ek9-kickstart-mz.6.2.1.bin"
(000001) 8/19/2016 11:25:33 AM - upload (192.168.0.10)> 226 Successfully transferred "/cisco/nx-os/6.2.1/m9700-sf3ek9-kickstart-mz.6.2.1.bin"
(000001) 8/19/2016 11:25:33 AM - upload (192.168.0.10)> MDTM /cisco/nx-os/6.2.1/m9700-sf3ek9-kickstart-mz.6.2.1.bin
(000001) 8/19/2016 11:25:33 AM - upload (192.168.0.10)> 213 20160812200254
(000001) 8/19/2016 11:25:33 AM - upload (192.168.0.10)> QUIT
(000001) 8/19/2016 11:25:33 AM - upload (192.168.0.10)> 221 Goodbye
(000001) 8/19/2016 11:25:33 AM - upload (192.168.0.10)> disconnected.
#10260 Allow Save/Edit the local and remote site drop down contents new Feature request normal FileZilla Client
Description

It would be nice to have an option to save and pre-populate the local and remote site drop down contents on a site by site basis as very often we are visiting the same sites over and over again. If this is an option, then it might be nice to allow removing folders from that list.

Current FileZilla Client information:


Version: 3.10.1.1

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-02-01 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.2.21 SQLite: 3.8.8.2

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition Version: 6.3 Platform: 64-bit system

#7441 Allow Indexing All Drives Dynamically new Feature request normal FileZilla Server
Description

I know that individual drives can be linked via virtual path names from the home directory. This is fine if one has only a few static drives, but sometimes the drive situation is more dynamic.

I would very much like to see Filezilla Server able to create a drive list in the home directory. Such a list would contain only currently mounted drives (those with a drive letter). This would allow accessing drives that aren't always plugged in without having to leave many (often dead) virtual paths to those drives.

Thank you for your consideration.

#8874 Allow Directory Comparison with Different Filters new Feature request normal FileZilla Client
Description

With more developers using GIT or similar Version Control Systems, I have files and folders in my local folders which I must retain, but which I would not want/need to upload to my FTP server.

Similarly, some other developers (working on the same projects, or who have created plugins or other software which I am using) may have failed to properly sanitise their files, resulting in files being on the server which cannot be seen when I have a Filter applied, and which prevent the deletion of some folders (because the folders, containing these hidden files, are not empty).

Attempting to apply a Filter, where "CVS and SVN directories" are filtered locally (so I don't upload them) and not remotely (so I can see them and delete them as needed), when I try and apply Directory Comparison, I get an error:

---------------------------
Directory comparison failed
---------------------------
Cannot compare directories, different filters for local and remote directories are enabled
---------------------------
OK   
---------------------------

Could this alert be modified so that the buttons are "OK" and "Ignore"? Allowing users who want to apply different local and remote filters to do so, but warning other users that they may not be seeing a correct reflection of the local and remote files?

#3696 Allow "Open With" as you do "Open" new Feature request low FileZilla Client
Description

"Allow Open With as you do "Open"

I have Windows Vista Home Home Premium 64 bit. I have Windows Office 2003. I have FileZilla 3.1.1.1

When I right click on a file in Office 2003, I am offerd both "Open With" and "Open" in a windows file directly. When I right click on a file in the left directory list of FileZilla 3.1.1.1 I only am offerd "Open". "Open With" shold also be included in the drop down menu. That will allow me to open .html files with notepad. "Open With" would allow me to edit files directly from the file directory listed in FileZilla and would be a great time saver.

#9729 All views aligned to right new Bug report normal FileZilla Client
Description

The display is aligned to right and the punctuation order is wrong as you can see in the attachement. I have the latest version. The view in the previous version was correct. I have Hebrew and English installed.

#12931 All folders time out after NewTek WebHosting moved servers. moreinfo Bug report normal FileZilla Client
Description

Ever since my host provider NewTek Web Hosting changed our servers (shared) we get timed out on opening any folder.

FileZilla is at the latest level. See about at end of this.

09:56:27 Status: Initializing TLS... 09:56:27 Status: TLS connection established. 09:56:27 Status: Logged in 09:56:27 Status: Retrieving directory listing of "/ftp/troubleshooting"... 09:56:27 Command: CWD /ftp/troubleshooting 09:56:27 Response: 250 CWD command successful. 09:56:27 Command: TYPE I 09:56:27 Response: 200 Type set to I. 09:56:27 Command: PASV 09:56:28 Response: 227 Entering Passive Mode (216,119,91,155,242,67). 09:56:28 Command: LIST 09:56:28 Response: 150 Opening BINARY mode data connection. 09:56:48 Error: Connection timed out after 20 seconds of inactivity 09:56:48 Error: Failed to retrieve directory listing

Ticket email response from NewTek. Thank you for contacting Newtek Technology Solutions. My name is Nick with the Technical Support Team.

This appears to be an issue specific to Filezilla as I was able to replicate your error in Filezilla but used WinSCP and was able to not only connect but drill down to the troubleshooting folder you mentioned. Please see images below.

FileZilla About screen. FileZilla Client


Version: 3.64.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2023-04-26 Compiled with: x86_64-w64-mingw32-gcc (GCC) 10-win32 20210110 Compiler flags: -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:

wxWidgets: 3.2.1 SQLite: 3.39.4 GnuTLS: 3.8.0

Operating system:

Name: Windows 10 (build 18363), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 adx lm Settings dir: C:\Users\Jack\AppData\Roaming\FileZilla\

#9926 All files in queue overwrite local files, regardless of overwrite setting new Bug report normal FileZilla Client
Description
  1. 3.9.0.6 client for PC Windows 7.

when downloading, all files from remote server are overwritten on local machine, regardless of settings (I have chose to only overwrite if files are Newer or Different Size).

This bug was not present in the last release.

#12748 After uploading or downloading, the software crashes moreinfo Bug report high FileZilla Client
Description

After uploading or downloading, the software crashes

#4744 After uploading local file that has been edited, automatically refresh the local display details new Feature request normal FileZilla Client
Description

After uploading local file that has been opened for edit through FileZilla, automatically refresh the details in the local display so that Directory Comparison does not show a difference. Steps:

  1. Using: Directory Comparison 'ON', Synchronised Browsing 'ON'.
  1. Open local file for edit.
  1. Make changes, Save.
  1. FileZilla asks if you wish to upload; Upload file.

What happens:

  1. Uploaded file on server shows new Last Modified datestamp (ie now).
  1. Local file maintains Last Modified datestamp from before file was opened for editing view not refreshed).
  1. File in remote pane is highlighted green as newer.

Wish:

  1. File in local pane is refreshed with current details.
  1. Files in both panes are unhighlighted since they are the same.
#11916 After upgrade 3.42.1, TLS connections to proftpd server broke new Bug report normal FileZilla Client
Description

After getting reports on connection errors, I tested my setup, which worked fine. (Unfortunately, i'm not sure what version I was running at the time, but it was not more than a couple months old)

I then upgrade FileZilla to latest, and when I connect to my ProFTPd server now, I get the following errors clientside

Response:	150 Opening BINARY mode data connection for file list
Error:	GnuTLS error -58: An illegal TLS extension was received.
Error:	The data connection could not be established: ECONNABORTED - Connection aborted
Response:	425 Unable to build data connection: Operation not permitted
Error:	Failed to retrieve directory listing

and this is what I see serverside

2019-05-12 09:37:05,083 mod_tls/2.8[18]: TLS/TLS-C requested, starting TLS handshake
2019-05-12 09:37:05,090 mod_tls/2.8[18]: client supports secure renegotiations
2019-05-12 09:37:05,090 mod_tls/2.8[18]: TLSv1.2 connection accepted, using cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits)
2019-05-12 09:37:05,154 mod_tls/2.8[18]: Protection set to Private
2019-05-12 09:37:05,157 mod_tls/2.8[18]: unable to accept TLS connection: system call error: [104] Connection reset by peer
2019-05-12 09:37:05,157 mod_tls/2.8[18]: unable to open data connection: TLS negotiation failed

Server is setup with session reuse, and everything was running fine before updating.

#12982 After returning from sleep mode the app doesn't establish any connectrtion new Bug report normal FileZilla Client
Description

After returning from sleep mode (hybernation) (windows 10 Pro) the app doesn't establish any connectrtion. No reaction on any action in already opened tabs and trying to establish any new connection - nothing happend in the app. This occurs only on returning from sleep mode

#8696 After renaming a remote file, the list cursor moves to first list entry new Bug report low FileZilla Client
Description

In the local file list box, the behavior is as expected: the list cursor stays at the same list position after renaming a file.

But in the remote list box, the list cursor moves to the first entry ("..") in the list after renaming a file. The user can press "Page down" and the cursor keys to navigate to the last position and rename the next file. Which is more annoying the more files you have to rename.

I use filezilla since several years now and this was ever an annoying issue. I thought "I can not be the only one and in one of the future updates this will be fixed for sure". But maybe the develpers are are not using filezilla often to rename remote files... ;)

Anyway, thank you for this otherwise great piece of software.

#5618 After Action Queue Completion - Remove Remote File new Feature request normal FileZilla Client
Description

Is there a way to add to the "After Action Queue completion" the command to Remove Remote File?

I have used, run cmd , then use rm "/part/file.file" after completion.

The ability to select multiple files for transfer, then on completion, the client remove the remote file from remote site... I would love to see that feature added.

I transfer all the time using FileZilla, both work and pleasure. Thank you for such a great sftp solution!

#9155 Additional slot to View/Edit files new Bug report normal FileZilla Client
Description

There's an issue when one opens FileZilla 3.7.3, connects to a server, starts to download a bunch of big files (e.g. backups), and then notices a need to View/Edit a small text file (e.g. a .php or .html one).

The current choices are to either wait for one of the long already-started downloads to finish in order to View/Edit a tiny file, or to interrupt one of them. Both of these are more hassle than necessary in order to view a tiny file.

The issue can be resolved by allowing an extra download slot to be used only to View/Edit files. It would likely be enough if this extends only the concurrent downloads limit but still obeys the maximum simultaneous transfers limit. This could be added as a checkbox option in Settings > Transfers, perhaps to the right side of the "Limit for concurrent downloads" line.

#4747 Add visual indicator to system tray icon (FZ minimised) new Feature request normal FileZilla Client
Description

It would be great if when FileZilla is minimised to the system tray it could give some visual feedback when an edited file has been changed, like when you return to FZ after editing a file, there is a pop up asking whether you want to upload your file.

Perhaps it could flash, or change colour, or a balloon pops up?

#10880 Add trac URL to Report-Msgid-Bugs-To in POT file new Other low FileZilla Client
Description

I suggest adding this URL: https://trac.filezilla-project.org/newticket?component=FileZilla%20Client

To Report-Msgid-Bugs-To in filezilla.pot so it becomes:

"Report-Msgid-Bugs-To: https://trac.filezilla-project.org/newticket?"
"component=FileZilla%20Client\n"
#7947 Add support for server type Unisys - OS2200 new Feature request normal FileZilla Client
Description

I would like to have you add support for the Unisys OS2200 series mainframes. This OS does not use a hierarchical file structure. The only problem at the moment is that the Site Manager/Advanced tab/remote directory does not accept an OS 2200 file name.

The following is from the Unisys documentation on naming files and elements. Please contact me if you need more information.

3.3. Naming Files and Elements The only part of a file name that is required is the basic file name, as follows:

filename.

All other fields are optional. In some cases, the period is optional; if you do not include a period, the system assumes that it is the name of a file. In other cases, if you do not include a period, the system assumes that it is the name of an element. To avoid confusion, include the period except for file names specified on the @BRKPT statement. The name originally given to a file is called the external file name. A file can also have an internal file name. See Section 7.68 for information on how to use the @USE statement to give a file an internal name. Using Files and Elements

File Name and Element Name Format

[directory-id#qualifier*]filename[(F-cycle)/read-key/write-key.element-name/ version(S-cycle)]

directory-id

Shared files exist exclusively on an OS 2200 mass storage device that is shared by two or more OS 2200 systems. Shared files are different from local files, which are files that are stored on a specific OS 2200 system. The directory-id field is valid when file sharing is configured on the system. It indicates which master file directory contains the file. The directory-ID has two possible values: STD (standard) for local files on any system and SHARED for shared files. The # is a delimiter to separate the directory-ID and qualifier. This field is valid only for the following statements:

@ASG @CAT @FREE @MODE @QUAL @USE

All other statements that have a filename field cannot include the directory-ID in the file name. You can indirectly use a directory-ID for file names on these statements by either giving them internal names with the @USE statement or by specifying directory-IDs with the @QUAL statement, as in the following examples:

@USE P1,STD#QUAL1*FILEX @COPY P1.,X. @QUAL,D SHARED#QUAL1 @COPY FILE1.,FILE2.

In the second example, the default qualifier (QUAL1) and directory-ID (SHARED) that were specified on the @QUAL,D statement are assumed in the file names on the @COPY statement.

For more information on the @USE statement, see Section 7.68. For more information on the @QUAL statement, see Section 7.49. If you omit the directory-ID and # from a file name and do not specify a directory-ID on a previous @QUAL statement, the system uses the director-ID value configured at your site. One exception to this is if a user is cataloguing a shared removable pack file, the system detects it is a shared pack and uses SHARED. If you include the # but not a directory-ID, the system uses the implied directory-ID you specified on a previous @QUAL statement. If you did not specify an implied directory-ID, the system uses the directory-ID value configured at your site. Using Files and Elements

The default directory-ID and default qualifier are the directory-ID and qualifier given on the last @QUAL,D statement performed in a run. The implied directory-ID and implied qualifier are the directory-ID and qualifier given on the last @QUAL with no options performed in a run.

qualifier

The qualifier helps to ensure that file names are unique. Different files can have the same file name, as long as their qualifiers or F-cycles are different. User-IDs and project-IDs are commonly used as qualifiers, but you can create your own. The qualifier can be up to 12 characters long and can include any combination of letters, numbers, hyphens (-), and dollar signs ($). (The @QUAL statement, which also defines the qualifier, is described in Section 7.48.) If you omit the qualifier and asterisk (*) from a file name and do not specify a qualifier on an @QUAL statement, the system uses the project-ID on your @RUN statement as the qualifier. If you include an asterisk (*) but not a qualifier, the system uses the implied qualifier you specified on an @QUAL statement. If you did not specify an implied qualifier, the system uses the project-id on your @RUN statement.

filename

The basic name of a file can be up to 12 characters long and can include any combination of letters, numbers, hyphens (-), and dollar signs ($). Note: Do not use a processor name (ELT or DATA, for example) as a file name. The results will be unpredictable.

F-cycle

The F-cycle number identifies a file in a set of files that have the same qualifier and file name. Normally, you never have to include an F-cycle number with a file name. If you do not supply the F-cycle, you get the highest cataloged file cycle in the set. See Section 3.4 for more information on F-cycles.

read-key/write-key

Keys are like passwords that are required to read a file or write to it. Keys typically apply only to unowned files which are standard in Fundamental Security, but they can be used for owned files if the system is so configured. Keys are an easy way you can protect a file from unauthorized use. When you create a file, you can specify a read key, write key, both, or neither. If you use only a write key, you must precede it with two slashes to indicate that it is a write key, not a read key. Each key can be up to six characters long. You can use any characters but the period (.), comma (,), semicolon (;), slash (/), or blank. To change the read or write key on a file, or to add a read or write key to an existing file, use the @CHG statement as follows: @CHG filename/RK/WK,filename/RK/WK

Using Files and Elements

where filename1 is the file to be changed (including the current read/write keys), and filename2 is the file with its new or changed read or write keys. See Section 7.5 for more information on the @CHG statement.

element-name

Is the name of the element. Element names can be up to 12 characters long and can include any combination of letters, numbers, hyphens (-), and dollar signs ($). version Is used to distinguish between elements that have the same name and type, but contain different information. Using version names is one way you can save different renditions of the same program. Version names can be up to 12 characters long and can include any combination of letters, numbers, hyphens (-), and dollar signs ($). If the element is an omnibus type, some processors can ignore the version. A combination of element name and version need be unique only within a file. Thus, .CH2/VER1 and .CH2/VER2 are two different elements (note the leading period). Then with different files, FUR1*PUR.CH2/VER1, FUR1*PUR.CH2/VER2, FUR2*PUR.CH2/VER1, and FUR2*PUR.CH2/VER2 are four different elements.

S-cycle

Is a number identifying a cycle of a symbolic element. Element cycles are different stages a symbolic element goes through as it is updated by certain processors (U-option). Normally, you do not need to be concerned about element cycling and S-cycle numbers. Some processors, including IPF 1100, do not use element cycling. Processors that accept symbolic element input always default to the most recent cycle of a symbolic element. See Section 3.5 for more information. Only the basic element name is required; the version and cycle numbers are optional. In fact, you cannot use cycle numbers for elements other than symbolic elements. Normally, different elements within the same file have different names. However, elements can have the same name, provided their element types are different (symbolic, relocatable, executable, or omnibus).

File Name Examples

ACCT-MASTER. ACCT-MASTER is the basic file name. The system uses defaults for all other parts of the file name: · It uses the project-ID from the @RUN statement as the qualifier. · It uses the current cycle of the file. · No read key or write key is used.

GL*ACCT-MASTER. GL is the qualifier, and ACCT-MASTER is the basic file name. Using Files and Elements

GL*ACCT-MASTER/SESAME. GL is the qualifier, ACCT-MASTER is the basic file name, and SESAME is the read key.

PR*ACCT-MASTERPOPPY. PR is the qualifier, ACCT-MASTER is the basic file name, and POPPY is the write key. (The two slashes indicate that there is no read key and that POPPY is a write key, not a read key.) The current cycle of the file is used.

GL*ACCT-BAL/SESAME/#%$&!. GL is the qualifier, ACCT-BAL is the basic file name, SESAME is the read key, and #%$&! is the write key.

SHARED#DATA*BASE. SHARED is the directory-id, DATA is the qualifier, and BASE is the basic file name.

Element Name Examples

COLORS.RED,.BLUE,.YELLOW All three elements (RED, BLUE, and YELLOW) are assumed to be in file COLORS.

COLORS.RED,.BLUE,YELLOW The elements RED and BLUE are assumed to be in file COLORS, while element YELLOW is assumed to be in the TPF$ file.

MAIN In this example, only the basic element name is used. Since a cycle number is not specified, the current cycle of the element is used. The version name is blank.

SUB1/APR02

Here, SUB1 is the basic element name, and APR02 identifies the version of the element to be used. Since a cycle number is not specified, the current cycle of element SUB1/APR02 is used.

When you specify an element name without a file name, the system usually assumes that the element specified is in TPF$, a temporary file automatically assigned to your run. An exception occurs when you specify a series of elements on the same control statement. If you include a file name with the first element name and put a period before the subsequent element names, the system assumes that those elements are in the first file named.

#11018 Add site name in password entering dialog window title new Feature request normal FileZilla Client
Description

Is it possible to add site name in window title of passphrase entering dialog? It will help with KeePass' Auto-Type feature by identifying which passphrase is needed and not having to select from many sites. It could be e.g. "Site - Enter password"

#975 Add server type AS400 / Iseries new Feature request normal FileZilla Client
Description
  • FileZilla version: 2.2.17
  • FTP Server (SYST command): OS/400 is the remote

operating system. The TCP/IP version is "V5R3M0"

The contents of the working directory is listed correctly after logging in:

Status: Retrieving directory listing... Command: PWD Response: 257 "QGPL" is current library. Command: TYPE A Response: 200 Representation type is ASCII nonprint. Command: PORT 10,10,21,33,5,33 Response: 200 PORT subcommand request successful. Command: LIST Response: 125 List started. Response: 250 List completed. Status: Directory listing successful

Note that the AS400 FTP server uses the name "library" instead of directory, and "file" + "member" for PC files (I'm not an AS400 developer => please correct me if I'm wrong).

But I get the following error when trying to change to another directory:

Command: CWD /DMFIN/ Response: 550-Specified directory does not exist or cannot be accessed. Response: 550 Working directory not changed. Error: Could not retrieve directory listing

I tried with the command-line ftp client provided with Windows XP, and the following commands work:

ftp> cd DMFIN 250 "DMFIN" is current library. ftp> ls 200 PORT subcommand request successful. 125 List started.

The problem seems to come from the fact that FileZilla doesn't issue the CWD DMFIN command as expected, but CWD /DMFIN/: it adds the forward slashes and that seems to be the cause of the problem!

#7220 Add row of navigation buttons above both local and remote listings new Feature request normal FileZilla Client
Description

It would be massively useful to have a row of navigation buttons above side of the listings.

These would include, but perhaps not be limited to: Up, Back, Up-To-Root-Of-Listing (i.e. the FZ entry point for this session, not the root of the folder/directory structure), Refresh.

Often I have listings on each side that are hundreds of files long. I have gone most of the way down one or both sides. To get back to the top or to the containing folder/directory, I have to slide up or page up or something on each side. When using many times a day, it adds up to a lot of unnecesssary mousing around.

#12924 Add option to delay before starting the next file transfer in the queue new Feature request normal FileZilla Client
Description

When I have multiple files in queue to be uploaded to my NAS, either only the first one is done and the rest of them fail or every other transfer fails. I think the reason is that the next transfer in the queue is started right away and causes a connection issue. So an option to wait a certain amount of time before the next transfer in the queue is started could be useful. Thanks.

#4777 Add option to copy (not move) a file remotely or locally new Feature request normal FileZilla Client
Description

Add a dropdown option to duplicate a file. This is good for create backup files, when I need to clone a file I need to copy and paste and rename in the explorer on a local directory. If this options exists I just need to clone and rename in ftp.

#8222 Add option to always display filesize in KB to match Windows style new Feature request normal FileZilla Client
Description

It seems that Windows 8 always uses KB to show a filesize within Explorer. I'm not sure when this change happened, but it appears consistent in Windows 8 - from files that are just 1 KB to files that are 6 GB, the size is always shown in KB (see attached screenshot).

In order that files can easily be compared between remote versions in Filezilla, and local versions in an Explorer window, an option to *always* use KB when showing filesizes would be useful. Hopefully this isn't too laborious to implement :)

Thank you!

#2708 Add option for default local directory new Feature request normal FileZilla Client
Description

Note: This is one of a few requests currently posted in the forum (http://filezilla.sourceforge.net/forum/viewtopic.php?p=14155#14155).

When making a connection that has no local directory specified (e.g. quick connections), it would be very useful to have an option for FZ3 to open either (1) a user-specified default directory (e.g. user's desktop) or (2) use the previously used local directory. FZ3 currently defaults to the last used directory, but this isn't necessarily the most preferable.

#2791 Add option for ASCII auto conversion to SFTP transfers reopened Feature request normal FileZilla Client
Description

The issue has already been discussed, but there is not yet a final answer from the developers, so I am posting this feature request.

I (and tons of other people) would like to have the possibility to do an automatic ASCII conversion during SFTP transfers of text files.

I know that this should be supported on server side and the current SSH server implementations lack support for it, but it could be easily done on client side as WinSCP is doing.

Otherwise we will need to switch to another program.

Thanks a lot, Paolo

#4774 Add one more option for synchronize browsing when sync is not available. new Feature request normal FileZilla Client
Description

Overview: When synchronize browsing is enable and if a directory is missing on remote or local system, currently the system show an alert message something like "Stop synchronize browsing and continue with the remote/local directory?" and action for ok or cancel

Suggested Feature There could be another helpful action to offer here. which is download /upload to complete synchronize?

If remote directory is missing then it will be upload and for local directory missing it will be download to offer.

#11229 Add longPathAware support new Feature request normal FileZilla Client
Description

Windows 10 now supports paths longer than MAX_PATH for compatible applications: http://stackoverflow.com/a/27694470/1032586 (without using "unsafe" UNC paths, like discussed here

It would be nice to add this "longPathAware" feature to FileZilla.

#1804 Add gssapi support for SFTP new Feature request normal FileZilla Client
Description

HI,

it seams that filezilla do not support kerberos 5 or gssapi for connection to an SSH2 SFTP server. Is it planned to be implemented ?

thanks

#11613 Add file/directory owner changing in File permissions... new Feature request normal FileZilla Client
Description

Currently I am using Filezilla to change access rights to directories and files in the server. But when I have to change the owning user and group of the file, I am bound to use Putty. I think it would be a very good and comfortable feature if you allowed changing owning user and group of the file/directory in the File permissions/attributes window.

#10886 Add drop down arrow to folder comparison icon (just like site manager icon) new Bug report low FileZilla Client
Description

Maybe add drop drown arrow to folder comparision because just like for site manager so all icons that have drop down menu use the drop down arrow (is the system allows).

As it is now it seems that both the site manager icon and the folder comparison icon have a drop down menu, but only the site manager icon have a drop down arrow next to its icon.

I think it would be more consistent instead og having to right click to see folder comparison drop down, and left click to see the site manager drop down.

#2815 Add directory collapse "pluses" to unknown directories new Feature request normal FileZilla Client
Description

It would be nice if directories that still haven't been opened had the little plus sign beside them by default, which would then act as if the directory itself was clicked if there is nothing to actually collapse.

It would save the extra click from doubleclicking the folder every time, and it would make it consistent with Explorer's behavior in some situations where it doesn't know what's in the folder.

#11099 Add custom sorting to Site Management new Feature request low FileZilla Client
Description

Добавьте возможность самому сортировать порядок сайтов / папок в менеджере сайтов. Очень удобная и нужная функция.

!! Google translite -> Add the possibility to sort the order of sites / folders in the site manager. Very convenient and necessary function.

#13082 Add contrast to the highlighted folder for better visibility new Feature request normal FileZilla Client
Description

When a folder is selected, filzilla highlights it. That works fine with the part of filezilla I am working in. In all the other windows the highlighted folders turn into super-highlighted and their names cannot be read anymore in darkmode. See example:

https://ibb.co/Qj1qmvT

please change this setting so that one can read them. There is no need to differentiate between a folder I work in and a folder I do not work in (I also do not need filezilla to show me, where my mouse is, if you know what I mean).

Thank you!!

#5181 Add connection history new Feature request normal FileZilla Client
Description

Please add a menu pull-down that has a list of saved connections so they can be re-established by the click of a menu choice. This would basically be an extension of teh Reconnect function, only giving some choices of recent connections.

I am in customer service and frequently have to revisit FTP sites/directories 3 or 4 times per day, with other connections in between to archive customer data. I may be working with several customers during a day and collecting debugging data from each one, sometimes more than one time during the day. It is time consuming to have to drill down through the same directory tree over and over again.

You already have the technology. The Reconnect function is great. It just needs to be expanded to give choices of several recent connections.

I have no suggestion for how many connections to remember. Ten or twelve might be enough for me, I haven't thought that far ahead.

Thinking more about design suggestions, comparing for duplicates and not saving them would be good, too.

In my case, I would need to see more than the FTP server name because I connect to the same archive server for each customer, but the session is unique by the connected directory, which your reconnect function does save.

Then how or when would the list be purged? Roll out the oldest entry when the maximum for the list is reached? User can purge at any time?

You folks have designed a very nice tool in Filezilla. I'm sure you can come up with a great design for this added function.

Thanks for considering my idea. John

#4761 Add confirmation to "stop and remove all" option on the queued files section's context menu new Feature request normal FileZilla Client
Description

A number of times I have aimed to select "Process Queue" on the context menu and have accidentally click the "stop and remove all" option instead. This is quite a pain when I have a large number of files queued and have to go through adding them all again.

Basically a simple "are you sure?" message would save me in this situation.

#4710 Add choice for directory location when editing files new Feature request normal FileZilla Client
Description

When I edit a file remotely, it stores the file locally in /tmp/fz3temp-<num> (on Linux), and C:\Documents and Settings\<home directory>\Local Settings\Temp\fz3temp-1 (on Windows). This is fine normally. I use Vim to edit files and I re-open the local copies up with each file up in a tab. It's just kind of a pain in the rear to drill down the long directory path, on windows more so than Linux. My request is to do the following: In Edit->Settings->File Editing, please add an input box/browse button to select/enter a directory path for the default local file edit storage path (or whatever you call it).

Thanks for a great program.

#7784 Add buttons to increase/decrease # of simultaneous transfers new Feature request normal FileZilla Client
Description

I find myself adjusting the "Maximum Simultaneous Transfers" on a fairly regular basis to adjust link usage and favor finishing some longer transfers over more transfers.

Please consider adding two new toolbar buttons to increase / decrease the "Maximum simultaneous transfers" count.

#9574 Add bookmarks to site manager quick selection drop down new Feature request normal FileZilla Client
Description

I love the feature to add bookmarks for a site so I can go to different folders for the same server and only have to update my password in one place, but I cannot quick select the bookmark like I can for sites. I either have to open the site manager dialog, or connect to the site, then go to a bookmark from that menu option.

#4053 Add an option to automatically delete the installation file after an update new Feature request normal FileZilla Client
Description

On the "Check for updates" window, I would like to see an option (checkbox) to automatically delete the installation file after the update is complete.

Currently, the user is asked where to download the update file. After the update is complete, the .EXE file is left in the download directory and must be manually deleted by the user.

#12258 Add an option to allow specifying different IP addresses for FTP and for FTPS new Feature request normal FileZilla Server
Description

There is a very old closed ticket on this: https://trac.filezilla-project.org/ticket/4050 I hope it's ok to bring this up again.

Some or many routers do behave as follows:

  • they change the FTP server PASV response, they change the internal IP to the external IP, so the FTP client gets the correct IP reported.
  • for some reason they reject the response when the external IP is specified in the FTP server response.

With this given behavior, unsecure FTP works correct when the internal IP is entered in the Passive mode settings in FileZilla Server Options.

But FTPS and FTP can not work correctly with the same settings:

  • When i specify the internal IP then on FTPS the wrong IP is reported to the FTP client because the router cannot change the internal to external IP in the PASV response when the response is encrypted.
  • When i specify the external IP then FTPS works correct, but unsecure FTP stops working because the client does not get the response.

I tested Cerberus FTP Server to figure out whether it's a FileZilla FTP server error, or whether the issue is on my side, or somewhere in the OS or hardware etc. I had the same issue when i entered the external IP in this FTP server. On research, i found then this note at https://support.cerberusftp.com/hc/en-us/articles/360000043619-How-to-Setup-a-File-Server-with-Cerberus-FTP-Server

Some routers inspect FTP traffic and do not allow the public IP address to be passed in the response for the PASV command. Those routers expect the internal IP address to be used.

The solution (workaround) in this FTP server (also in tested ServU FTP server) is to specify the external IP only for FTPS.

Please add an option to allow specifying different IP addresses for FTP and for FTPS. The two commercial FTP servers which i tested have such options, they supply a workaround for this bad behavior of routers. I cannot use another router, my FTP server runs on a VM in the cloud (VMWare). And i don't want to buy a commercial FTP server. So i would appreciate to can solve (workaround) the issue in FileZilla Server.

I know FTP clients can handle wrong IP addresses in the PASV response, but i don't want to rely that all FTP client applications and all FTP client libraries work with misconfigured FTP servers.

#12869 Add ability to select dark or light mode. new Feature request normal FileZilla Client
Description

The newer versions of FileZilla client implement the dark mode feature. However the mode is forced on the user based on the macOS settings. It would be great to have settings such as System, Dark, Light to allow the user to override the OS settings. Where System would adhere to the OS settings, and Light/Dark would explicitly set the theme overriding the OS theme. If the user prefers a Light FileZilla and a dark macOS, this is not possible with the current implementation.

#10082 Add a new set of icons (for OSX) new Feature request normal FileZilla Client
Description

Hello,

Could you add a new set of icons for OSX theme in OSX Yosemite style ?

cf. http://www.apple.com/osx/design/

It would be a refreshing interface.

Thank you.

#10643 Add a keyboard shortcut for the "Reset and requeue" option new Feature request normal FileZilla Client
Description

As stated in the summary -- in my humble opinion this might improve the user experience for some people. Personally, I may have to re-upload or re-download files after small changes have been made to them, so the "Reset and requeue selected files" command is something I use very often.

#12185 Add a function to disable auto-download installer of new version new Feature request normal FileZilla Client
Description

Good day, In addition to very old tiket(https://trac.filezilla-project.org/ticket/10797), it would be logically to add a function to not auto-download FileZilla installer when update new version check performed.

For example, people may just want to know about release of a new version and make their own decision when and if they want to download new version.

Best regards

#2736 Add a counter new Feature request low FileZilla Client
Description

1)Add a counter that it comes visualized under or close to the word "queue: 0 byte ". The counter it must begin its job when you connect yourself in a server. The counter it must work until the fine ones when not there is more the job than download or upload of files in the server. The counter it must contain hours: minutes:seconds.

example: 14:03:22

#12411 Add a confirm prompt for drag and drop new Feature request normal FileZilla Client
Description

I love filezilla but have been forced to use the slower WinSCP for 1 reason and 1 reason only, I am paranoid about holding down my mouse for too long when navigating to a directory and accidentally moving a directory, imagine the consequences of moving your entire home folder to root etc. I am asking that you please add the option of having a simple prompt "do you want to move dir1 into dir2?" YES/NO. Thank you for reading

#11545 Add a checkbox to allow Import to replace all existing sites new Feature request normal FileZilla Client
Description

At home I use a desktop computer for development, but when traveling I use a laptop. As my site list changes, I want to export from Filezilla on my desktop and then import on my laptop, replacing all of the existing sites. However, import ends up duplicating any sites that already exist on the laptop so I have to laboriously delete every site manually in the Site Manager before importing.

My request is to add a checkbox in the Import dialog that indicates that all of the existing sites are to be replaced by the sites in Filezilla.xml.

#5312 Add a box for showing important msgs new Feature request normal FileZilla Client
Description

A lot of times you get errors from servers, warnings that you really should pay attention to. Mostly failed attempts to upload or change files on the server.

Currently this errors are shown in the log when they happend, but the log keeps going and the msg is swept away in the background.

I hate to spend 15 minutes on a bug just to found out that the changes I make to the file where not saved because of permissions. Such things should be noticeable in a big red outline on top of my screen, along with any failed attempts to modify files on the server.

A new feature that presents a 1 line* box on top of the toolbar could serve as an important notification bar for just those occasions*.

  • - configurable
#12938 Add Windows ARM64 support new Feature request normal FileZilla Client
Description

Windows ARM laptops are getting popular these days, and I would want to have official support in FileZilla.

MSYS2 has been building FileZilla for Windows ARM64 for quite a while now. So there should be no major technical issue.

MSYS2 only supports native compile by default, but cross-compile from Linux or x86 Windows is possible with the llvm-mingw toolchain.

Also, I maintained a build script with full installer support back then: github.com/driver1998/filezilla-woa.

#11768 Add Support for Windows 10's Built-In SSH Client new Feature request normal FileZilla Client
Description

Currently, only pageant is supported. Please add support for the new built-in SSH client shipped with Windows 10 versions >= 1803.

#8068 Add MRU for actions after queue completion new Feature request normal FileZilla Client
Description

I have a tendency to need to do the same default batch of actions (which I have in a cmd file) every time I finish uploads to server xxx. I'd like to see the "Action after Queue Completion" dialogue have a dropdown box with the most recently previously executed actions for the server I'm currently connected to. This would allow me to just select it from the dropdown, vs. type it in all over again.

#4408 Add Hibernate as an option for queue completion new Feature request normal FileZilla Client
Description

In addition to Shutdown or Reboot system upon queue completion, could you please add Hibernate? My laptop is old and slow and I hate leaving it running all night but I also hate waiting for it to boot, so I would like it to Hibernate when my transfers are done.

#12390 Add File to Queue new Bug report normal FileZilla Client
Description

One thing that seems to be missing (correct me if I'm wrong) is the ability to add a file to the queue by providing a path string (I can see you can add files that are showing within Filezilla or drag files in from Explorer)

A scenario would be when you have explorer in one virtual desktop and filezilla in another; because you can't drag between virtual desktops (I've suggested the idea to MS...) it would be ideal to be able to pick up the file name path, switch desktops, and add it to the queue (Main menu item, or right-click in a remote pane). Another scenario is when the file is listed in another application (eg a database) and you can copy its text path.

Since it would just pop up a simple dialog box you can paste the path in I would expect it would be easy to implement. I can see there's a slightly related ticket at https://trac.filezilla-project.org/ticket/2666 which I can certainly see the logic of. Cheers, David

#2081 Add FW support for kerberised ftp new Feature request normal FileZilla Client
Description

To allow kerberised ftp through a stateful firewall the (E) PORT and (E)PASV command must be send in cleartext. Can you add an option to allow the transfer of these commands only as cleartext. There is an example client/server implementation at http://sourceforge.net/project/showfiles.php? group_id=70951&package_id=70374&release_id=194711.

I know it lowers the security somewhat but is better then opening all high ports on the firewall.

To support further Network Adress Translation on the firewall channel binding as to be removed. Could you add another option on the client/server to set the channel binding to GSS_NO_CHANNEL_BINDINGs. The above implementation has this implemented.

Thank you Markus

#7848 Add Easy Filter Toggle/Selection new Feature request normal FileZilla Client
Description

I've created a filter to hide files/folders that start with '.'. This is useful as I usually do not need to access or transfer hidden files. But I occasionally do have to. I was wondering if a quick select (dropdown select box) or a toggle button for any saved filters. Possibly above the 'Quickconnect' bar.

#11271 Add Ability to Set Default Local and Remote Directories from Current Working Paths new Feature request normal FileZilla Client
Description

Hi,

One biggest feature that would really make Filezilla even easier to use is the ability to set the default local directory and default remote directories of the current site without having to re-open the site's advanced settings panel every time.

As an active web developer, I find myself constantly needing to change my working directory (path) on my local machine or remote server depending on which part of the website I am focusing on for the current task.

Currently, the user needs to perform 14-20 actions (clicks, scroll, copy, paste, etc) in order to update the default directories in the active site profile each time. By having something perhaps like buttons in the file manager/browser area, this could be done with 2 actions.

See the image link below:

http://imgur.com/UQM5RF5

#5339 Add 'transfer type' to status/history pane accepted Ben Feature request normal FileZilla Client
Description

I'd like to see the 'transfer type' (ASCII|Binary) added to each of the entries in the status/history pane at the bottom.

#11797 Add 'apply' button to Settings dialog new Feature request normal FileZilla Client
Description

Hi,

Is there a way to add an Apply to the Settings dialog box? That way you don't have to click Ok and close the dialog box every time?

Kind regards

#12371 Add 'Keywords' entry to .desktop file. Fixes lintian warning under Debian new Patch normal FileZilla Client
Description

Add 'Keywords' entry to 'data/filezilla.desktop' file. Fixes a lintian warning under Debian.

Patch attached.

Note: Add, remove or modify keywords as you see fit. It is the mere fact of having a 'Keywords' entry that fixes the lintian warning.

#8845 Add "Resume" download/upload item to context menu new Feature request normal FileZilla Client
Description

Please add "Resume download" item to context menu on files and folders under the "Download" item, because its very often daily operation resume download very big log files with out many unneeded clicks and wasted time for wait directory scans with many files.

#8027 Add "Logoff from system" to list of options for "Action after queue completion" new Feature request normal FileZilla Client
Description

Please add the option to log off the currently logged in user.

I have never really understood the need to either reboot a system after a file transfer completes (perhaps the rare case that you are transferring a file that is read after boot) however the case I frequently need to do is: start a file upload, leave the system unattended, when the upload completes log off the user performing the upload.

For windows my current work around is use "run command..." and do "shutdown /l /f" however it would be nice if this was integrated in to the program itself as I do not know the equivalent command for Mac or Linux which I sometimes need to do also.

#2360 Add "Folder size" option new Feature request normal FileZilla Client
Description

Can an option "Folder size" been added to the context- menu of directories?

In other FTP clients (such as FTP Voyager) there is a very usefull option called "Folder size", which recursively walks through the tree below that folder and counts all files and subdirs below.

Thanks in advance, and success with the project!

Jan-Pieter

#4874 Adaptive concurrent connections new Feature request normal FileZilla Client
Description

I have been using FileZilla to transfer files on a gigabit network and have made a few observations.

  • With concurrent transfers = 1, transferring large files (8GB+) I can saturate a gigabit link
  • With concurrent transfers > 1, transferring large files due to disk IO on the remote FTP server and local box I get varying transfer rates in the 550-700MBp/sec
  • With concurrent transfers = 1, transferring many (~2000) small files (< 500Kb) it takes a long time to transfer the files
  • With concurrent transfers > 1, transferring many small files the time it takes to transfer the files goes down in proportion to the number of concurrent connections

I see similar results when uploading.

So I propose adding a feature to FileZilla that would try to optimize the number of connections per server during a file transfer.

One way to go about this might be to sort the queue by file size from large to small and then transfer the large files with one concurrent connection and then the small files with many concurrent connections.

This would be a relatively simple way to go about it. Just put in a conditional cap, "When transfering fileslarger than : xxx, use no more than yyy concurrent connections" and then let the normal concurrent connection cap logic work.

The other way to make this work might be to keep track of the overall transfer rate between the client and server and then vary the connection count and decide which is best. Additionally if the connection count is capped at the server side you should get a too many connections message which would set your uppper bound.

Think of it like an eye exam. "Add one connection?" "Is this better?" "No" or if connections > 1 "Remove one connection?" "No"

Evaluation could be done with every new or closed connection up to a maximum of 10 or a min of 1.

Ok so my use case would seem rather specific I admit it. But a feature like this may also be helpful when transferring trees of files on smaller links.

Sometimes it might make the most sense to transfer one file at a time even though you could transfer 3. Or... Sometimes it might make sense to transfer 3 at a time rather than one. Again the whole link saturation thing vs time to start new files.

#12172 Actually display all files when selecting a key new Patch normal FileZilla Client
Description

When selecting "All files" filter in dialog to open SSH key, an invalid mask of "*.*" is used, instead of "*"

#12366 Activity Time new Feature request normal FileZilla Client
Description

Hi, FileZilla Team.

i use FileZilla to copy Big Files from Linux server to my notebook when i copy this Big Files, FileZilla delay Hours. but i can't see time when finished or disconnected. can you add time for activities on status activities window ?

thanks

#7958 Active/Passive command line switch new Feature request normal FileZilla Client
Description

For integration purposes, I would request that a command line parameter be added to specify if a connection is to be active or passive. In this design, if blank, the default settings for the app (Connection/FTP/Transfer Mode) would be used.

This connection string parameter would only be valid in the case that an FTP URL is passed as a parameter.

Thanks for your consideration!

#9895 Activate site tab if dragged over new Feature request normal FileZilla Client
Description

RfC: If i drag file(s) over a (not activated) site tab, i like it to be activated, so i can drop the file(s) in its file list or directory tree.

#13017 Activate license pro new Bug report blocker FileZilla Client
Description

I am trying to install FileZilla Pro on a newer computer. I received a message that the license count has already been maxed out; however, I realized that I did not "deactivate" the license on one of my old computers. Are you able to assist in deactivating it from a former computer of mine? The computer has since been wiped and assigned to someone else; so there isn't an ability for me to access anything FileZilla related.

#7255 Action after queue completion - add custom action & select multiple actions new Feature request normal FileZilla Client
Description

Hi,

I have the following suggestions for the "Action after queue completion" option:

  1. It would be great if there was an option to manage custom commands so that I could permanently add them to the list of possible actions. E.G. let's say I always need to run the command C:\RUN.BAT after every queue - If I could give this a name (RUNME) and add the command to the standard available list I wouldn't have to manually type it every time.
  1. Less important than the first option - but sometimes I need to run the run.bat command, and then shutdown the pc, or run another runme2.bat command - I know I can build a 3rd bat command which does all - but certain combinations are not possible. The ability to run more than one action would be great too. Some sort of multiple action manager would be needed thou' as sometimes I would need to wait for the first command to finish - so for example I would need to insert a 5 minute delay between issuing the run.bat command and the shutdown command!

Cheers!

#11185 Action after queue > Close Filezilla should not be performed for View/Edit actions new Bug report normal FileZilla Client
Description

Filezilla instantly closes when "Close Filezilla" option is selected in "Action after queue completition" menu after selecting a file for "View/Edit". File doesn't open in editor, and filezilla closes, both should be avoided.

#7945 Accessing Subfolders after remote file update new Bug report normal FileZilla Client
Description

Hi, Thanks for the good Job. FileZilla is certainly the REFERENCE. Small bug I noticed in vers 3.5.3. After updating local version of ROBOTS.TXT saved on local disk, (update editor called from FileZilla and saved locally), FileZilla will display message explaining that (local File was updated, will FileZilla delete remote one and upload the new one? I confirm YES, FileZilla reconnects automatically and uploaded new version = OK)

Problem= When I click on the plus sign + to expand the root folder and display the subfolders, it dosn't work. I had to disconnect, reconnect again, then it works.

Thanks for you support. Best Regards TED

#11615 Accessibility: Add a way to sort files and folders by change date through the menu new Feature request normal FileZilla Client
Description

With Filezilla it's possible to sort files and folders by thair date of the last change. But this is not possible for me, because I'm blind and cannot click on any header of the filezilla file list. Please add a sort by... menu to make this action much easier for blind people.

#12652 Accessibility problems with administration interface GUI accepted Fabio Alemagna Other normal FileZilla Server
Description

Hi,

I encounter sevral problems to configure the server via the administration GUI, the keyboard navigation could be difficult and the screenreader NVDA version 2021.3.1 doesn't work with all components of the GUI.

The biggest problem is the datagrids, for example the configuration for users dirrectories access but all components of this type are problematic. When I use the "tab" key to focus this type of elements it's not possible to move in it with keys or to quit it with "tab" (I must use a shortcut). So it's not possible to select an item in the array and to configure it correctly, this is a big regression cause with the old GUI these problems wasn't present. Also, the datagrids are not announced correctly by the screenreader if I try to modify something in it, I must exit the settings and reload them to have a small access.

Also, when I add a new user or with the list elements of this type, the focus is blocked in the list with the possibility to up or down the selected item but I haven't access to the other options and, if I navigate without adding a nex element, I can't move up or down the selected element. I don't know if this happen also when I modify or copy the selected element but it's also a big problem.

An other problem, the dialog box creation for a SSL certificat has a strange behaviour with the tabindex so it's realy difficult to use it only with the keyboard.

I've also see something that I haven't understand, in the user configuration in the "General" tab, my screenreader indicate me a combobox just after the password field (always using "Tab" key to navigate) but I can't interract with it.

In conclusion the old interface was realy better for the accessibility and keyboard navigation, using a contextual menu in lists was far better than this new interface, etc..., this new interface is probably more modern than the old one but very less usable for visualy impaired people or for those who don't use the mouse. I hope this can be fixed, I realy apreciate Filezilla Server but for now the only solution that I have found is to install an old version (under 1.0.0), configure it and reinstall a new version but if I want to change something it could be realy difficult.

Best regards and keep up the good work.

#4530 Accessibility events missing from the file lists in Gtk+ version new Bug report normal FileZilla Client
Description

Steps to reproduce:

  1. Launch Accerciser (http://live.gnome.org/Accerciser) and Filezilla.
  1. In Accerciser (please see attached screenshot)
  1. In the list of accessibles on the left, highlight the filezilla application
  1. In the notebook on the right, choose Event Monitor.
  1. In the Event Monitor, select the Selected application radio button.
  1. Press the Select All button to check all event types.
  1. Give focus a file selection list and arrow up and down.

Expected results: Some* event would be issued each time the selection changes to inform assistive technologies of this fact.

Actual results: No events whatsoever seem to be issued when the selection changes. As a result, *nix users who are blind cannot use Filezilla.

I'm using Filezilla version 3.2.4 from http://wiki.filezilla-project.org/Unofficial_Binaries. Note that I started building the latest from trunk using the instructions for OpenSolaris on your wiki, but I was not successful. However, in looking at the list of changes on your wiki, I came across: http://filezilla.svn.sourceforge.net/viewvc/filezilla?view=rev&revision=3159. Therefore on a Ubuntu Jaunty box, I got the latest "Successful" nightly snapshot (2009-05-21). I'm still not seeing any accessibility events when the selection changes. :-( If I'm missing something, please let me know. Otherwise, thanks in advance for looking at this issue!

#12988 Access to local documents on Mac impossible new Bug report normal FileZilla Client
Description

Good morning,

I use a latest generation Mac up to date with the latest version of Filezilla.

I have no problem connecting to my server at OVH via Filezilla.

On the other hand, when I want to consult a local directory on my computer (my documents, my downloads, my desktop, etc.), I do not have access to these directories.

The message in French is: "Vous n'êtes pas autorisé à répertorier ce dossier"

Thanks for your help

#12333 Access to C panel new Bug report normal Unknown
Description

Hello I purchase a website and admin didnt give me access to the C panel is it possible to gain access

#4590 Ability to view and export public certificates/keys used on remote servers. new Feature request normal FileZilla Client
Description

It would be very nice to have the ability in FileZilla Client to view, (maybe) manage, and export public keys and certificates sent from secure servers.

#9207 Ability to submit multiple raw commands new Feature request normal FileZilla Client
Description

I have a series of permission-setting commands that I need to execute multiple times, each time against a different folder containing content for my website. Entering a single raw command is helpful, but I would also like to be able to submit multiple raw commands, either via copy-and-paste or by providing a text file containing the commands.

#2139 Ability to save transfer paramiters new Feature request normal FileZilla Client
Description

To be able to save the transfer paramiters including wildcards in a way that you could dave a full or partial directory structure download to ba repated at a later time to make it so that you can do "one click backups".

#8021 Ability to rename tabs new Feature request normal FileZilla Client
Description

When we have multiple tabs open for an FTP site all the tabs have the same name. User has to click on each tab to look for the folder that he needs. It would be great if we could right click on a tab and rename it as we like

#7943 Ability to handle urls from browser (Mac OS X) new Feature request normal FileZilla Client
Description

Don't know about other platforms, but I notice that on Mac OS X (10.6.8), FileZilla (3.5.3) does not establish itself as the default handler for ftp and sftp links in web browsers. Other FTP clients do this, so it would be nice to have. Also, I notice that when I use the third-party RCDefaultApp preference pane to force an association of ftp and sftp links with FileZilla, FileZilla launches but does not process the url.

#12315 Ability to export remote search results into file new Feature request normal FileZilla Client
Description

There is a remote file search feature.

I suggest the ability to export the search results (including time attribute and full remote paths) into an XML or JSON file.

It is already possible for the queue, the failed transfer list and successful transfer list.

#7894 Ability to dowload list of URLs new Feature request normal FileZilla Client
Description

Please implement the ability to download list of files.

Example list:

ftp://user1:password1@ftpserver1/path/filename ftp://user2:password2@ftpserver2/path/filename ... ftp://userN:passwordN@ftpserverN/path/filename

List of URLs can be either loaded from text file or entered into text box.

Real case: I'm a telecom engineer and very often I have to download list of firmware that contains several files. All of them located at the same server but username and password are different and changed once in several hours. It's very time consuming to enter it manually every time for every single file.

#10733 Ability to change tab title format new Feature request normal FileZilla Client
Description

Right now, a tab's title is set to the bookmark name plus the connection string with user@host. I name all of my bookmarks as "hostname: ip (user)" so that from the bookmark menu, I can see everything relevant. Unfortunately, most of that information is duplicated in the tab's title, making the tabs very wide.

Please consider allowing the end user to choose the format in which a tab's title is displayed.

#12316 Ability to change download target (path/name) of queued files new Feature request low FileZilla Client
Description

Changing a file during downloading is possible thanks to the inode system used by Linux.

But I suggest allowing changing it while in queue, to prevent forgetting it until the transfer has finished.

#12817 AWS (Amazon) S3 - Issues when accessing multiple instances on different tabs new Bug report normal FileZilla Client
Description

After accessing one instances S3 bucket and trying to view another AWS instance FileZilla is using the information for the first instance.

  1. Create S3+FTP logins for two different AWS instances
  2. Access the first instance
  3. Access the second instance - It will show the results of instance number 1

(it doesn't matter if the new tab or reuse - only way I found to fix was exit and restart)

#7338 ASCII Mode Enhancement Request new Feature request normal FileZilla Client
Description

I've come across a situation that can't be all that uncommon, in which the FileZilla client's ASCII mode is insufficient.

Like many people I use Cygwin with Windows. When I create a text file using Cygwin Emacs, it's a UNIX file (EOL = LF). When I then try to use the Windows client to transmit the file in ASCII mode, it doesn't get converted to NetASCII's EOL = CRLF because the client only knows about Windows text files (EOL = CRLF).

There's an analogous situation under Linux, which can mount drives having different filesystems including Windows drives. When I try to send a Windows file using the Linux client I have the same difficulty (presumably, although I haven't tried this one).

What's needed is a way to specify which conversions to make when sending ASCII files: CR, LF, and/or CRLF (which is just passed through). I suppose the OS default EOL should always be converted.

And on receiving ASCII files, a way to control what to use for EOL: CR, LF, or CRLF.

#3947 AS400 zero file size on send for small files new Bug report normal FileZilla Client
Description

Whenever I send small files (less than 6 kb, maybe more) to the AS400 server, they will have zero file size (ie. empty). There is no difference between binary and text files.

This happens on several AS400 hosts of the same type.

I access them using a Juniper VPN client. ("Windows Secure Application Manager")

See filezilla log file for details.

#11598 ACTION IF FILE EXIST looks not working with "origin size and date" new Mariano STEMPLER Bug report high FileZilla Client
Description

It keeps transfering the files every time I send FTP no matter if file has changed or not

#5521 A small improvement to UI new Feature request normal FileZilla Server
Description

A small improvement to UI would be to clarify in the Speed limits (server/user settings) if dl and ul mean from client POV or admin POV. People get mixed up with that.

Could just be as simple as to add "upload/send to client" "dl/receive from client"

And also sorting by column in bottom part of server.

#8801 A new look for FileZilla new Feature request low FileZilla Client
Description

I posted a FileZilla design concept on Forrst https://forrst.com/posts/A_Modern_FileZilla-GuY and I was wondering if you would be interested in using this design in a future update like in version 4 or 5. I would be very happy to assist you in building out the rest of the design.

#12718 A lot of Unsuccessful Transfers moreinfo Bug report normal FileZilla Client
Description

I've just started using FileZilla Pro. I am also a user of FileZilla with no problems. I transfer my Windows files to my OneDrive account. 5391 transfers in total. 4277 wwere Unsuccessful. What is wrong here?

#12946 A long-standing problem new Bug report normal FileZilla Client
Description

Hello, I've been seeing this pattern for years. I connect to servers via sftp protocol. And from time to time, when uploading a file to the server, it turns out to be broken. In 90% of cases, it helps to reupload it several times. But sometimes, I have to reload FileZilla itself. I decided to write to you before looking for another software because I like FileZilla.

#6501 A file with that name is already being transferred new Bug report normal FileZilla Client
Description

I was downloading some php file using the veiw/edit function, before the file was fully downloaded I unchecked the "Process Queue" from the queued files list and then deleted it from the list using the delete button. Now when I enter the view/edit function again a popup window appears telling that "A file with that name is already being transferred". I think this is a bug because the file should be transformed because I deleted it from the list.

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