Custom Query (8171 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (201 - 300 of 8171)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Summary Owner Type Priority Component Resolution
#1125 Adding log files to remote server Alexander Schuch Bug report normal FileZilla Client
Description

It is adding remote files to the remote server. Like this...

.pureftpd-upload.44a53e4f.15.47de.881c5357

I can't delete or rename them.

I have the logging turned of in the setting panel. Using xp sp2 to a linux kernel ver. 2.6.9-22.ELsmp with cpanel build 10.8.2-STABLE 120

Looked for this problem elsewhere couldn't find any thing on this...

Bob

#1133 FTP to upload.sf.net fails consistently for large files Alexander Schuch Bug report normal FileZilla Client
Description

I am having that persistent problem with large file updaloads to Sf.net File Release System. I have had it for ever, including on the current latest release 2.2.25 It happens consistently for files that are above ~150MB, regardless of the connection I have (I tried it with ADSL, SDSL, Cable and T1) and the machine I use (typically winxp pro or home).

A queue ends up with a critical transfer error :-\ No problems with smaller files. And no problem when I use a command line FTP client on a mac. I use the deafults settinsg and a single connection for upload, with nothing else running on the machine at that time. A typical log looks like that. And note that the file DID NOT exists before the updalod in the FRS .

16:56:13] Status: Connecting to upload.sourceforge.net ... [16:56:13] Status: Connected with upload.sourceforge.net. Waiting for welcome message... [16:56:13] Response: 220- [16:56:14] Response: 220- SourceForge.net FTP server - San Jose (osdn.dl.sourceforge.net) [16:56:14] Response: 220- Additional access is at http://osdn.dl.sourceforge.net/pub/mirrors/ [16:56:14] Response: 220- Mirrors, try 'rsync osdn.dl.sourceforge.net::' [16:56:14] Response: 220- [16:56:14] Response: 220- Got a fat pipe and something to prove? Host a SourceForge download [16:56:14] Response: 220- server! Email ftpadmin@… for opportunities. [16:56:14] Response: 220- [16:56:14] Response: 220- On This Site: [16:56:14] Response: 220- /incoming

SourceForge.net Project File Upload

[16:56:14] Response: 220- * [16:56:14] Response: 220 [16:56:14] Command: USER anonymous [16:56:15] Response: 331 Please specify the password. [16:56:15] Command: PASS [16:56:15] Response: 230 Login successful. [16:56:15] Command: SYST [16:56:16] Response: 215 UNIX Type: L8 [16:56:16] Command: FEAT [16:56:16] Response: 211-Features: [16:56:16] Response: EPRT [16:56:16] Response: EPSV [16:56:16] Response: MDTM [16:56:16] Response: PASV [16:56:16] Response: REST STREAM [16:56:16] Response: SIZE [16:56:16] Response: TVFS [16:56:16] Response: 211 End [16:56:16] Status: Connected [16:56:16] Status: Starting upload of D:\e\plugin-releases\easyeclipse-desktop-java-1.2.0.tar.gz [16:56:16] Command: PWD [16:56:17] Response: 257 "/" [16:56:17] Command: CWD /incoming/ [16:56:17] Response: 250 Directory successfully changed. [16:56:17] Command: PWD [16:56:17] Response: 257 "/incoming" [16:56:17] Command: TYPE A [16:56:17] Response: 200 Switching to ASCII mode. [16:56:17] Command: PASV [16:56:18] Response: 227 Entering Passive Mode (66,35,250,221,233,53) [16:56:18] Command: LIST [16:56:18] Response: 150 Here comes the directory listing. [16:56:18] Response: 226 Transfer done (but failed to open directory). [16:56:18] Command: TYPE I [16:56:19] Response: 200 Switching to Binary mode. [16:56:19] Command: PASV [16:56:19] Response: 227 Entering Passive Mode (66,35,250,221,230,167) [16:56:19] Command: STOR easyeclipse-desktop-java-1.2.0.tar.gz [16:56:19] Response: 553 Could not create file. [16:56:19] Error: Upload failed [16:56:50] Status: Disconnected from server

#1135 Color choice makes it hard to see status Alexander Schuch Bug report normal FileZilla Client
Description

In the progress bars that appear when uploading/downloading, it appears that the windows "highlight" color is used for the bar itself.

The percent (as text) seems to be using the windows foreground color. When the highlight passes over the text, the text seems to to white.

The problem with this is that if the user uses a light color for the highlight, it becomes difficult (if not impossible) to see the text.

Ideally, if the highlight color is used for the bar, then the Windows foreground color should be used as the text. (The idea here is the user will have already picked colors that have good contrast.)

The rule here should be that if using a color from the windows scheme for one part of a control, then windows colors should be used consistantly throughout the rest of the control.

#1138 Limit local ports Alexander Schuch Bug report normal FileZilla Client
Description

We have setup FileZilla to limit the locat ports from 3000 to 3010.

We are invoking the upload from the command line.

filezilla -u "c:\download\db2_full.ftm" UserID:Password@IPAddress:990/QSYS.LIB/TESTPRFIL.LIB/M ON5099PF.FILE -t M20060623.MBR -overwrite

One time the transfer will work correctly the next time it will first fail to connect and on the second attempt it will connect correctly.

Sample Log file: Status: Connecting to 172.23.164.17:990 ... Trace: FtpControlSocket.cpp(5140): m_pSslLayer changed state from 0 to 1 caller=0x003b8174 Trace: FtpControlSocket.cpp(5140): m_pSslLayer changed state from 1 to 2 caller=0x003b8174 Trace: FtpControlSocket.cpp(5140): m_pSslLayer changed state from 2 to 6 caller=0x003b8174 Trace: FtpControlSocket.cpp(990): OnConnect(10048) OpMode=1 OpState=-1 caller=0x003b8174 Trace: FtpControlSocket.cpp(1129): DoClose(0) OpMode=1 OpState=-1 caller=0x003b8174 Trace: FtpControlSocket.cpp(3975): ResetOperation (4100) OpMode=1 OpState=-1 caller=0x003b8174 Error: Unable to connect! Status: Connecting to 172.23.164.17:990 ... Trace: FtpControlSocket.cpp(5140): m_pSslLayer changed state from 0 to 1 caller=0x003b8174 Trace: FtpControlSocket.cpp(5140): m_pSslLayer changed state from 1 to 2 caller=0x003b8174 Trace: FtpControlSocket.cpp(5140): m_pSslLayer changed state from 2 to 4 caller=0x003b8174 Trace: FtpControlSocket.cpp(990): OnConnect(0) OpMode=1 OpState=-1 caller=0x003b8174 Status: Connected with 172.23.164.17:990, negotiating SSL connection... Trace: SSL_connect: SSLv3 read server hello A Trace: SSL_connect: SSLv3 read server certificate A Trace: SSL_connect: SSLv3 read server done A Trace: SSL_connect: SSLv3 write client key exchange A Trace: SSL_connect: SSLv3 write change cipher spec A Trace: SSL_connect: SSLv3 write finished A Trace: SSL_connect: SSLv3 flush data Trace: SSL_connect: SSLv3 read finished A Trace: Using TLSv1, cipher TLSv1/SSLv3: RC4-MD5, 1024 bit RSA Status: SSL connection established. Waiting for welcome message... Trace: FtpControlSocket.cpp(812): OnReceive(0) OpMode=1 OpState=-1 caller=0x003b8174 Response: 220-QTCP at CARSTEST. Trace: FtpControlSocket.cpp(812): OnReceive(0) OpMode=1 OpState=-1 caller=0x003b8174 Response: 220 Connection will close if idle more than 5 minutes. Command: USER mnmcrftp Trace: FtpControlSocket.cpp(812): OnReceive(0) OpMode=1 OpState=0 caller=0x003b8174 Response: 331 Enter password. Command: PASS Trace: FtpControlSocket.cpp(812): OnReceive(0) OpMode=1 OpState=3 caller=0x003b8174 Response: 230 MNMCRFTP logged on.

Any help resolving this issue would be appreciated.

#1139 Transfer queue shows stuff of underlying applications Alexander Schuch Bug report normal FileZilla Client
Description

As you can see on the attached screenshot, the content of the underlying application is shown in FZ's transfer queue.

This *only* happened to me, after I changed the transfer queue's column-width, switched to another application and then back to FZ.

If you don't know what I mean, look at the screenshot, for example above the red-slashed letters. ;)

#1156 Remote window wrong Alexander Schuch Bug report normal FileZilla Client
Description

Version 2.2.26a on Win XP Pro SP2 connecting to Solaris 9 via SFTP

When I connect to different sites toggles the remote window during download to the content of the previous site (looks like cached). To get the original content I need to reload the remote window.

e.g. 1st site --> remote window: ABC download ABC 2nd site --> remote window: XYZ download XYZ, remote window displays ABC.

I can only use SFTP, hence not tested with "normal" FTP.

#1164 FileType displayed incorrectly for VMS Alexander Schuch Bug report normal FileZilla Client
Description

Connecting to a VMS server, the FileType for a jpg is shown as jpg;1 File

This is a concatenation of the file type and file version number. If there is more than one version of the same file, the FileType is shown as jpg;2 File, or jpg;3 File etc. This applies to all file types other than directories.

#1168 openssh banners not displayed Alexander Schuch Feature request normal FileZilla Client fixed
Description

Login Banners displayed by the openssh sftp-server are not displayed in the Filezilla client.

From my sshd_config:

Banner /etc/ssh/sshd-banner

The referenced banner displays when ssh'ing into the server, and when using the sftp command from console as well. Filezilla, however, seems to strip such banners out.

#1185 Queue won't allow scrolling while active Alexander Schuch Bug report normal FileZilla Client
Description

When the queue is actively transferring, it resets the queue list scroll position to the top every time it starts a new file.

The effect is that if a large set of small files are trasferring, it's nearly impossible to scroll down through the queue while it's active.

I don't see any reason for this behaviour -- it's probably just a default (correct me if I'm wrong).

#1186 I can't get file listing when filename has space char Alexander Schuch Bug report normal FileZilla Client
Description

I am using FileZilla 2.2.28.

I can't get file listing when filename of some files has space char in the listing directory. Does any met this problem?

#1188 Error in Transfer queue Alexander Schuch Bug report normal FileZilla Client
Description

For the last three versions I have had a problem with the transfer queue. I was hoping someone else would have had the problem and it would have gotten fixed...

I finally figured out how and why but not how many. It only seems to show up when it transfer any where from 50+ plus files doesn't seem to matter about the size. But if the server connection seems to hiccup it will start piling up the transfers usually I do 10 at a time. Until all ten transfer spots are full or if the last 1-5 are left then somtimes I can pause them and resume. But most of the time I can't pause or abort. And then it hangs then I get the pop up error message to email you. So that is what it is doing.

Sometimes I can diconnect and that will release them or I have to shut it down and then sometimes they are still in the queue and can reprocess them. Or it really hangs and I have to use the task manager to stop it.

Bob

#1189 Transfers only first 8192 bytes. Alexander Schuch Bug report normal FileZilla Client
Description

FileZilla transfers only first 8192 bytes. The progress bar is stuck and does not progress (shows 32% in this case). No errors are generated or reported. Tiny files (I am assuming < 8192 bytes) transfer just fine. I am using SFTP port 22.

  • this used to work but stopped working few weeks ago
  • the issue is experienced with only one server. I don’t have this issue with other servers
  • I have attempted to downgrade to various versions down to 15 with the same results.
  • I have uninstalled FileZilla and installed an old version 15 with the same results
  • I have installed 3.0.0-beta2 and it works just fine

I am assuming that v.2.2.xx is using some PC resources that are corrupted and even reinstallation does not fix the issue.

--log from FileZilla v2.2.15 (29 generates the same log)----------------------------------- Command: CONNECT FTPxxxxxxx@…:22 Response: Remote working directory is /Customer/FTPxxxxxxx Status: Connected Status: Starting upload of C:\Documents and Settings\xxxxxxx\My Documents\xxx\from Release Archive\xxxxxxxxx\install\xxxx.jar Command: CD /Customer/FTPxxxxxxx/Adapters/xxxxxxxxx/install/ Response: Remote working directory is now /Customer/FTPxxxxxxx/Adapters/xxxxxxxxx/install/ Command: PUT xxxx.jar C:\Documents and Settings\xxxxxxx\My Documents\xxx\from Release Archive\xxxxxxxxx\install\xxxx.jar FALSE Response: Uploading C:\Documents and Settings\xxxxxxx\My Documents\xxx\from Release Archive\xxxxxxxxx\install\xxxx.jar to xxxx.jar

#1198 Unable to set no default site once it is set Alexander Schuch Bug report normal FileZilla Client
Description

The use of radio buttons in the default site area prevents "unchecking" the feature. Unless I missed something, the only way to undo this is to edit the setting in the XML file/registry or create a fake site, set it as the default, and delete it.

Preferred fix would be to replace radio buttons with check boxes.

#1212 Can't add speed limit rule Alexander Schuch Bug report normal FileZilla Client
Description

When I attempt to add new speed limit rule I've got "An unsuported operation was attempted". I'm using FileZilla 2.2.30 on windows XP SP2.

DÄ…bek

#1218 FTPS+HTTPPROXY=does not work! Alexander Schuch Bug report normal FileZilla Client
Description

Client error: FTPS+HTTPPROXY=does not work!

Server: 0.9.22b Client: 2.2.30 Proxy server: any Connection type: FTP over SSL/TLS (implict encryption) + HTTP 1.1 PROXY

These bugs are only with Filezilla client+FTPS+HTTPPROXY. If you use connection at Cuteftp8.0+FTPS+HTTPPROXY or FilezillaClient+FTP+HTTPPROXY, it works. So the problem is with Filezilla client v FTPS+PASV.

=====BUG#1===== Depending on the files in directory, for example, when directory is empty, a client can or can not display the contents of the directory.

CLIENT ERROR LOG FOR "DIR C:\1": [04:05:36] Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"/","1",9) OpMode=0 OpState=-1 caller=0x003bae74 [04:05:36] Status: Retrieving directory listing... [04:05:36] Command: CWD / [04:05:36] Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=1 caller=0x003bae74 [04:05:36] Response: 250 CWD successful. "/" is current directory. [04:05:36] Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=1 caller=0x003bae74 [04:05:36] Command: PWD [04:05:36] Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=2 caller=0x003bae74 [04:05:36] Response: 257 "/" is current directory. [04:05:36] Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=2 caller=0x003bae74 [04:05:36] Command: CWD 1 [04:05:36] Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=3 caller=0x003bae74 [04:05:36] Response: 250 CWD successful. "/1" is current directory. [04:05:36] Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=3 caller=0x003bae74 [04:05:36] Command: PWD [04:05:36] Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=4 caller=0x003bae74 [04:05:36] Response: 257 "/1" is current directory. [04:05:36] Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=4 caller=0x003bae74 [04:05:36] Command: TYPE A [04:05:36] Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=8 caller=0x003bae74 [04:05:36] Response: 200 Type set to A [04:05:36] Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=8 caller=0x003bae74 [04:05:36] Command: PASV [04:05:36] Trace: TransferSocket.cpp(1137): m_pProxyLayer changed state from 0 to 1 caller=0x00b69a94 [04:05:36] Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=7 caller=0x003bae74 [04:05:36] Response: 227 Entering Passive Mode (10,11,2,131,4,80) [04:05:36] Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=7 caller=0x003bae74 [04:05:36] Trace: TransferSocket.cpp(558): SetActive() caller=0x00b69a94 [04:05:36] Command: LIST [04:05:36] Trace: TransferSocket.cpp(1137): m_pProxyLayer changed state from 1 to 2 caller=0x00b69a94 [04:05:36] Trace: TransferSocket.cpp(1137): m_pProxyLayer changed state from 2 to 4 caller=0x00b69a94 [04:05:36] Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=9 caller=0x003bae74 [04:05:36] Response: 150 Connection accepted [04:05:36] Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=9 caller=0x003bae74 [04:05:36] Trace: TransferSocket.cpp(446): OnConnect(0) caller=0x00b69a94 [04:05:36] Trace: TransferSocket.cpp(1139): m_pSslLayer changed state from 0 to 4 caller=0x00b69a94 [04:05:36] Trace: TransferSocket.cpp(1139): m_pSslLayer changed state from 4 to 6 caller=0x00b69a94 [04:05:36] Trace: TransferSocket.cpp(518): OnClose(10053) caller=0x00b69a94 [04:05:36] Trace: TransferSocket.cpp(1125): Close() caller=0x00b69a94 [04:05:36] Trace: TransferSocket.cpp(1125): Close() caller=0x00b69a94 [04:05:36] Trace: FtpControlSocket.cpp(1969): TransferEnd(68) OpMode=4 OpState=10 caller=0x003bae74 [04:05:36] Trace: FtpControlSocket.cpp(1213): List(TRUE,64,"","",0) OpMode=4 OpState=10 caller=0x003bae74 [04:05:36] Trace: TransferSocket.cpp(96): ~CTransferSocket() caller=0x00b69a94 [04:05:36] Trace: TransferSocket.cpp(1125): Close() caller=0x00b69a94 [04:05:36] Trace: FtpControlSocket.cpp(3988): ResetOperation(4) OpMode=4 OpState=10 caller=0x003bae74 [04:05:36] Error: Could not retrieve directory listing [04:05:37] Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=0 OpState=-1 caller=0x003bae74 [04:05:37] Response: 226 Transfer OK

SERVER LOG (ALWAYS THE SAME): (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> CWD 1 (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> 250 CWD successful. "/1" is current directory. (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> PWD (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> 257 "/1" is current directory. (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> TYPE A (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> 200 Type set to A (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> PASV (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> 227 Entering Passive Mode (10,11,2,131,4,148) (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> LIST (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> 150 Connection accepted (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> SSL connection for data connection established (000010) 1/15/2007 4:20:57 AM - 1 (10.11.2.1)> 226 Transfer OK

=====BUG#2===== Uploaded files are of 4096 size, and files that are less than 4096 in size can not be uploaded to the server.

CLIENT ERROR LOG (uploading 1.txt 4 byles long): Trace: FtpControlSocket.cpp(2004): FileTransfer(16843424, FALSE, 0) OpMode=0 OpState=-1 caller=0x0039b1fc Status: Starting upload of C:\2\1.txt Command: TYPE A Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=40 OpState=13 caller=0x0039b1fc Response: 200 Type set to A Trace: FtpControlSocket.cpp(2004): FileTransfer(0, FALSE, 0) OpMode=40 OpState=13 caller=0x0039b1fc Command: PASV Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=40 OpState=17 caller=0x0039b1fc Response: 227 Entering Passive Mode (127,0,0,1,4,207) Trace: FtpControlSocket.cpp(2004): FileTransfer(0, FALSE, 0) OpMode=40 OpState=17 caller=0x0039b1fc Command: STOR 1.txt Trace: TransferSocket.cpp(1137): m_pProxyLayer changed state from 0 to 1 caller=0x003995ec Trace: TransferSocket.cpp(1137): m_pProxyLayer changed state from 1 to 2 caller=0x003995ec Trace: TransferSocket.cpp(1137): m_pProxyLayer changed state from 2 to 4 caller=0x003995ec Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=40 OpState=18 caller=0x0039b1fc Response: 150 Connection accepted Trace: FtpControlSocket.cpp(2004): FileTransfer(0, FALSE, 0) OpMode=40 OpState=18 caller=0x0039b1fc Trace: TransferSocket.cpp(558): SetActive() caller=0x003995ec Trace: TransferSocket.cpp(446): OnConnect(0) caller=0x003995ec Trace: TransferSocket.cpp(1139): m_pSslLayer changed state from 0 to 2 caller=0x003995ec Command: REST 0 Response: 350 Rest supported. Restarting at 0 Status: Disconnected from server Error: Timeout detected! Trace: TransferSocket.cpp(1125): Close() caller=0x003995ec Trace: FtpControlSocket.cpp(1969): TransferEnd(168) OpMode=40 OpState=19 caller=0x0039b1fc Trace: FtpControlSocket.cpp(2004): FileTransfer(0, TRUE, 128) OpMode=40 OpState=19 caller=0x0039b1fc Trace: FtpControlSocket.cpp(1140): DoClose(0) OpMode=40 OpState=19 caller=0x0039b1fc Trace: FtpControlSocket.cpp(3988): ResetOperation(4100) OpMode=40 OpState=19 caller=0x0039b1fc Trace: TransferSocket.cpp(96): ~CTransferSocket() caller=0x003995ec Trace: TransferSocket.cpp(1125): Close() caller=0x003995ec Error: Upload failed

Please fix it asap. Thank you!

#1219 Filezilla u3 passwords deleted Alexander Schuch Bug report normal FileZilla Client
Description

Hi,

first thank you for this great tool.

But filezilla shocked me today. I installed it a few month ago on my usb flashdrive in the u3 environment (I used it before on my harddisks for month ;) ).

It worked fine nearly 3 month, but today filezilla deleted all passwords out of the xml file.

On the client i used, filezilla was additionally installed in secure mode (Reg Keys exist).

But the filezilla on my flashdrive wasn't installed in secure mode...

why filezilla doesn't asked before deleting all the passwords out of the xml file, after starting it from the u3 launchapd?

thanks

kay

PS: Version 2.2.22

#1222 Cannot upload entire folder/directory to remote server Alexander Schuch Bug report normal FileZilla Client
Description

I've used FileZilla for a while now and have never experienced anything like this. FileZilla will allow me to connect to my remote server just fine, it will allow me to transfer files (txt, html, php, gif, jpg, etc) over to my remote server just fine, but when I try to grab a whole folder/directory it does nothing. I used to be able to just grab say and "images" folder with lets say 10 images files inside the folder from my local machine, drag the whole folder over and that's it. Now when I try to do this very same thing it's like FileZilla doesn't even recognize that I'm doing anything. It doesn't come up and tell me that anything is processing, or going through, just sits there.

I just reinstalled a clean copy of windows (fully patched and updated) on my machine today because of this problem (thinking it had to be something with my machine) and that did not solve it either. I AM using the newest version of FileZilla.

I also have FileZilla in passive mode too.

I would really appreciate any assistance I can get with this!

#1223 Interface settings saved wrong if 'Message Log' disabled Alexander Schuch Bug report normal FileZilla Client
Description

In 2.2.30:

If the message log is turned off, the gui positioning isn't saved properly - the queue gets pumped up out of proportion.

This happens with both Startup settings set to 'always use the following configuration below' with message log turned off there, and also if set to 'remember last used configuration' and message log turned off by the gui icon.

#1225 Sended files over FTP SSL with SOCKS proxy are corrupted Alexander Schuch Bug report normal FileZilla Client
Description

FileZilla 2.2.30 Activated proxy : SOCKS v5 Server type : FTP over SSL/TLS (implicit encryption) Transfer type : auto Passive mode

Sended files over a FTP SSL connection with a SOCKS proxy are corrupted.

The connection and the SSL/TLS negotiation are ok. The upload to the server seems to be ok in the logs but actually the sended files are corrupted. Tested with several SOCKS proxies. No such issue without proxy or with an external SOCKS client (tested with Hummingbird). Seems also to be ok when only downloading (retrieving) files from the FTPS server.

(Session logs attached)

#1230 Colon in directory name not replaced Alexander Schuch Bug report normal FileZilla Client
Description

When transfering a directory structure from an FTP sever which supports colons (:) in file and directory names to a Windows system, the colon in file names get replaced by a _, but colons in directory names do NOT get replaced, resulting in the error "Could not open the local file <filename>" and "Download failed" when trying to transfer.

#1248 Renaming file during upload renames wrong file Alexander Schuch Bug report normal FileZilla Client
Description

Hello,

Let's say you have file a.php, b.php and c.php. You upload a new copy of a.php to a server. If you rename c.php to c2.php while the upload is waiting to begin (or possibly taking place), b.php (the file above it) will get rename to c2.php instead once the transfer completes. c.php will still exist.

Great program, keep up the great work!

Regards, Jeff Wickenheiser WicksHosting.com

#1255 Folder name with a leading or following space Alexander Schuch Bug report normal FileZilla Client
Description

I am using version 2.2.31 It is possible to create a foldername with a leading or following space (ASCII character 0x20), but afterward all other commands do not work with it. Here a log of the operation.

Command: CWD /hrs_italy/From_HRS_NA/ Response: 250 CWD command successful Command: MKD New folder Response: 257 "/hrs_italy/From_HRS_NA/New folder " - Directory successfully created Status: Retrieving directory listing... Command: CWD New folder Response: 550 New folder: No such file or directory Error: Could not retrieve directory listing Command: PWD Response: 257 "/hrs_italy/From_HRS_NA" is current directory. Command: CWD New folder Response: 550 New folder: No such file or directory

#1258 Transfer queue window Alexander Schuch Bug report normal FileZilla Client
Description

I noticed a display problem, very minor, in the transfer queue window. When there is a file transfer in process, there is a line a few pixels high not being refreshed correctly. It reflects whatever was behind FileZilla at that moment. However it is only seen when a file transfer is occurring. The queue windows redraws correctly when there isn't a file transfer. I notice this since my FTP's can run for hours.

#1272 HTTP Proxy authentication Base64 extra = Alexander Schuch Bug report normal FileZilla Client
Description

When logging to my HTTP Proxy Filezilla send Base64 encoded user:pass with an extra '=' character at the end. This is not supported by my company proxy and doesn't seem to be required by base64 standard.

here is a sample of what is sent by firefox and what is sent by filezilla

firefox: Proxy-Authorization: Basic xmVdaXNyOnNUdi0wGmNxanZk

filezilla: Authorization: Basic xmVdaXNyOnNUdi0wGmNxanZk= Proxy-Authorization: Basic xmVdaXNyOnNUdi0wGmNxanZk=

#1279 different sorting in tree and file view Alexander Schuch Bug report normal FileZilla Client
Description

The sorting algorithm in the (remote) tree view seems to differ from the algorithm in the (remote) file view underneath. On one hand (german) vowel mutations are grouped amongst the classic vowels but on the other hand they are listed at the end.

#1282 Timezone issue Alexander Schuch Bug report normal FileZilla Client
Description

I checked and found a bug entered from 2005. (didn't seem to have any answer) However, I am suffering today.

Client is XP PRO. Connecting to a Linux box (Linux router.dta.ca 2.6.9-55.0.2.EL)

When I connect the times are +4 hours off. So it reads in FileZilla as 13:08 instead of 09:08. I set the time zone offset (TimeZoneOffset="-4" ) accordingly and the times are ok.

The Linux timezone is EDT (Eastern Daylight Time) - correct. Double checked the time and it is fine. When I drop a file onto my Linux box via FileZilla the FILE TIME is correct.

Current FileZilla is 2.2.32.

Very odd. Points to a "how is Filezilla determining the proper time zones?" question.

I dropped a file into another site and sure enough the time was wrong (compared to what my time zone is). The only issue is I have no control of that box so I am unsure what timezone it is in nor it's settings.

thanks belly

#1288 Filezilla 2.2.20 introduced a USER32.DLL bug on Win95OSR2 Alexander Schuch Bug report normal FileZilla Client
Description

Hi,

I cannot run any Filezilla on Windows 95 since 2.2.20 to cuurent version. I tracked down he last working version was 2.2.19a. After installing bugzilla and attempting to execute it I get a popup error message:

C:\Program Files/Filezilla/Filezilla.exe The device connected to tthe system does not work.

(sorry, the actual message is not in English so I have to translate that).

A second popup window contains:

Error during program execution File FILEZILLA.EXE is connected/linked to USER32.DLL:EndMenu

Maybe the second message gives you some clue. Thanks. Martin

#1307 exporting settings Alexander Schuch Bug report normal FileZilla Client
Description

I could not transfer settings from the old version to the newer version

#1318 Queue inverse file sort order Alexander Schuch Bug report low FileZilla Client
Description

Bug is exists in Filezilla version 3.0.0.0 - 3.0.2.1

If you put into queue whole directory from FTP server then files are added in inverse filename order. For example: Server directory My_dir have files like: My_name01.xx My_name02.xx My_name03.xx ... My_name12.xx

And if you put whole directory to queue (not by select all files and put to queue, but goto parent directory and insert into queue directory My_dir) then files in queue are in order: My_dir\My_name12.xx My_dir\My_name11.xx ... My_dir\My_name02.xx My_dir\My_name01.xx

This is minor bug only but I prefer to have files in filename ascending order.

Or the best solution - user sorting type from Remote list window. Or make sorting type in this case configurable (by name, time of creation, modification etc.) in Filezilla configuration.

#1322 Resume visual bug Alexander Schuch Bug report normal FileZilla Client
Description

Resume causes percentage bar reaches 100% so fast, even upload is not finished

#1326 error in deleting folder Alexander Schuch Bug report normal FileZilla Client
Description

Filezilla dont delete empty folder. Filezilla crash when deleting file recursively.

#1343 Minor "bug" in welcome message in FileZilla Server Alexander Schuch Bug report low FileZilla Server
Description

I have FileZilla Server version 0.9.25 beta installed on my computer. When I login with my FileZilla Client 3.0.4.1 there is a wrong Server version shown in the welcome message. I use the standard welcome message:

%v written by Tim Kosse (Tim.Kosse@…) Please visit http://sourceforge.net/projects/filezilla/

Here is an extract of the server log:

Copyright 2001-2006 by Tim Kosse (tim.kosse@…) Connecting to server... Connected, waiting for authentication Logged on (000001) 09.01.2008 13:55:22 - (not logged in) (xxx.xxx.xxx.xxx)> Connected, sending welcome message... (000001) 09.01.2008 13:55:22 - (not logged in) (xxx.xxx.xxx.xxx)> 220-FileZilla Server version 0.9.24 beta (000001) 09.01.2008 13:55:22 - (not logged in) (xxx.xxx.xxx.xxx)> 220-written by Tim Kosse (Tim.Kosse@…) (xxx.xxx.xxx.xxx) 09.01.2008 13:55:22 - (not logged in) (88.66.20.86)> 220 Please visit http://sourceforge.net/projects/filezilla/

#1362 filezilla cannot open momupload.com? Alexander Schuch Bug report normal FileZilla Client
Description

hi.. i want to report a bug, is filezilla cannot open ftp at momupload.com? i'm using filezilla 3.0.6. i can open it using other ftp programs.. but not with filezilla, it's always stuck at the command : LIST and after waiting for several times it got disconnected..

here's the command execution list

--

Status: Resolving IP-Address for ftp.momupload.com Status: Connecting to 205.252.24.146:21... Status: Connection established, waiting for welcome message... Response: 220-FTP server ready. Response: 220 This is a private system - No anonymous login Command: USER leonlanford@… Response: 331 User leonlanford@… OK. Password required Command: PASS Response: 230-User leonlanford@… has group access to: ftp Response: 230-You must respect a 1000000:1 (UL/DL) ratio Response: 230-OK. Current restricted directory is / Response: 230-1 files used (1%) - authorized: 100 files Response: 230 0 Kbytes used (0%) - authorized: 1048576 Kb Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: EPRT Response: IDLE Response: MDTM Response: SIZE Response: REST STREAM Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Response: MLSD Response: ESTP Response: PASV Response: EPSV Response: SPSV Response: ESTA Response: AUTH TLS Response: PBSZ Response: PROT Response: UTF8 Response: 211 End. Command: OPTS UTF8 ON Response: 200 OK, UTF-8 enabled Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (205,252,24,146,118,252) Command: LIST Error: Disconnected from server Error: Failed to retrieve directory listing

--

i've tried using 3.07-rc1 but still doesn't work..

thanks

#1364 File listing refreshes not occuring at logical times Alexander Schuch Bug report normal FileZilla Client
Description

FZ is not doing refreshes on the file listing listboxes, and is hence reporting incorrect file sizes.

F5 corrects this like expected but on transfers file details are not being updated.

#1385 An unhandled win32 exception occurred in filezilla.exe Alexander Schuch Bug report normal FileZilla Client
Description

I connected an FTPS server(port 990), and then closed filezilla. After filezilla UI hided, an dialog shown: "An unhandled win32 exception occurred in filezilla.exe [3480]." with title "Visual Studio Just-In-Time Debugger".

My OS is Windows XP with SP2. I installed Visual Studio 2005.

with FTP, all is OK. with FTPS, the exception is occurred.

#1395 missing file time on list command Alexander Schuch Bug report normal FileZilla Server
Description

After changing the modification time using the MFMT command the LIST command just returns only the date and not the time.

Example: LIST response before MFMT

11661 May 07 10:50 test1-zip.txt

LIST response after MFMT

11661 Nov 20 2005 test1-zip.txt

(should be Nov 20 2005 01:00)

Looking at the server side shows that the modification time was set to the correct value.

#1396 Failed to upload file Alexander Schuch Bug report normal FileZilla Client
Description

There is a ftp proxy between filezilla and ftp server. The ftp proxy caches data and do virus scanning before transmit it. Use filezilla to upload a big file, filezilla failed:

状态: 连接到 192.168.10.43:21... 状态: 连接建立,等待欢迎消息... 返回: 220 Serv-U FTP Server v6.4 for WinSock ready... 命令: USER test 返回: 331 User name okay, need password. 命令: PASS 返回: 230 User logged in, proceed. 状态: 已连接 状态: 开始上传 C:\ftp test\A1000-100.00.0.56.acv 命令: CWD /2009/ 返回: 250 Directory changed to /2009 命令: PWD 返回: 257 "/2009" is current directory. 命令: TYPE I 返回: 200 Type set to I. 命令: PASV 返回: 227 Entering Passive Mode (192,168,10,43,18,200) 命令: STOR A1000-100.00.0.56.acv 返回: 150 Opening BINARY mode data connection for A1000-100.00.0.56.acv. 返回: 226-transferring data... 返回: 226-transferring data... 返回: 226-transferring data... 错误: 已从服务器断开

The ftp proxy sending "226-transferring data..." to ftp client while doing virus scanning to avoid ftp timeout.

Without these resonse, cuteftp and leadftp will timeout, and can work well with these response. But filezilla failed. Disable filezilla timeout, filezilla failed, too. It seems filezilla can't recognize these response correctly.

#1404 FZ Server Admin's Log Unusable With High Contrast Theme Alexander Schuch Bug report normal FileZilla Server
Description

The log window area of the Admin tool changes the font color to black but leaves the background color up to Windows. This makes the log messages invisible unless the text is selected when Windows uses a black background (such as the High Contrast Themes).

#1409 Minor Bug While Uploading. Alexander Schuch Bug report normal FileZilla Client
Description

While uploading a large number of files the Remote Site: says <Not connected to any server> when in fact it is connected.

#1422 <Not connected to any server> Alexander Schuch Bug report normal FileZilla Client
Description

I am using Filezilla 3.1.0. Whenever I either upload files from my PC to my FTP server or download files from my FTP server to my PC, the remote site info "Filename, Filesize, Filetype, etc will disappear and the message <Not connected to any server> appears where the files should be. This message happens when I get about 1/2 of the files transferred. I am transferring about 900+ files at a time. The files transfer OK even though I get the message because I am still connected to the remote FTP server.

#1431 Files changed uploaded to wrong directory Alexander Schuch Bug report normal FileZilla Client
Description

Steps to duplicate.

  1. Upload directory of files
  2. Edit local file

Filezilla will know the file has been changed and offer to reupload the file. File is uploaded into a directory underneath of the directory uploaded.

View/edit remote file, editing, uploads correctly.

#1432 Local site file tree not displayed Alexander Schuch Bug report normal FileZilla Client
Description

Using 3.1.1.1 and the previous version, when clicking the drives in the Local Site pane nothing appears in the files pane below except for the parent folder (..) link.

When clicking the drive for the first time the + sign disappears and stays gone for the session.

This worked OK on my system previously. Win XP Home, SP3

#1579 Compare remote and local directories Alexander Schuch Feature request normal FileZilla Client
Description

A command for compare local and remote directories will be usefull.

Such a comparison may be limited to the files size.

#1593 displaying SSL encryption key length Alexander Schuch Feature request normal FileZilla Client
Description

Hi,

it would be very nice if FileZilla, will be display the SSL encryption key length, e.g. 40, 56, 128 Bit. So the user is able to check the strengthen of the encryption.

Regards Michael

#1600 Time Completed/Stopped to message log Alexander Schuch Feature request normal FileZilla Client
Description

Downloading 3 linux ISOs = 3 * 650Mb.

Connections timeout and stop.

1) Can current time on (local box) client be added to the stopped/timeout or completed message to the message log, so that I can tell how long ago the work stopped?

2) Also I agree with connection retries feature request #540935. More control of connection resumption would be great. Also time lapse between reconnect attempts would be nice.

FYI: I am using FileZilla 1.9.3

-Nathaniel

#1620 Keep completed items in queue window Alexander Schuch Feature request normal FileZilla Client
Description

Can there be an option so that when a transfer has been completed, it remains in the queue window with a "Completed" status. Then you can have a in the right- click menu to say "Clear all" and "Clear completed", etc.

#1622 Remote listing after directory transfer Alexander Schuch Feature request normal FileZilla Client
Description

If I transfer an entire directory (drag&drop the folder icon) from local to remote then when the transfer is completed the remote site listing remains in the place where the last file was transferred to.

I think it would be better to return the remote listing back to the original directory prior to the transfer.

#1634 File Overwrite setting Alexander Schuch Feature request normal FileZilla Client
Description

Dear Programmer,

Can You make like this? In Transfer>File Overwrite setting>If same file and size then skip

Regards, novan_as http://novan.singcat.com

#1649 add customisable systray icon tooltip Alexander Schuch Feature request normal FileZilla Client
Description

My request are :

-SysTray tooltip with more info (customisable will be the top !)

-Displaying shortcuts in status bar tips and menu, important I think.

-A more beautifull toolbar, and why not a customisable one, like PowerArchiver with it's huge skins archive !

-Possibility of set the program to not send the file that failed to download (or upload) at the end of the queue but retry it as many time I have setting that.

Thank you very much for your great program ! :o)

#1655 Convert illegal filename characters Alexander Schuch Feature request normal FileZilla Client
Description

Rename files, converting characters that would be illegal on the destination host to acceptable characters.

As an example, when transferring a file whose name contains ":" (colon) from unix to a PC running Windows NT, FileZilla truncates the filename just prior to the colon and writes no bytes. It also claims in the status window that the transfer was successful. (I've reported this as a bug.)

Simply converting all such illegal characters to "_" (underscore) would be ok, since that is what some other FTP clients do. If you want to go a step beyond that, you might allow the user to specify the character to use or even allow a mapping table.

Thanks!

#1657 Webdav support Alexander Schuch Feature request normal FileZilla Client
Description

Summary saids it all

#1662 Default double-click action Alexander Schuch Feature request normal FileZilla Client
Description

I'd like to see a setting for the default double click action on both local and remote files. I'd like to choose if I want to upload/download the file, open it or edit it on double click. This option can came on the Local file list/Remote file list option page so you can set different options for local and remote files.

#1683 Data channel not encrypted option? Alexander Schuch Feature request normal FileZilla Client
Description

I've been trying to get filezilla to work with a ftp server that has the control connection encrypted but not the data connection, I was not able to get it to work, as filezilla requires the data connection to be encrypted.

The kind of setup I was testing is found on some servers and also if you want to encrypt the control connection of a non secure server using a ssl wrapper.

I think that making filezilla automatically detect if the data connection is crypted or not and have the user aprove non encrypted connections would be good, another alternative could be to have an option to assume that the data connections of a server are not encrypted and when this option is on, unencrypted data is allowed.

Hope you like the idea and implement it and keep on making your program the best windows ftp client ;-)

BTW: what about a Linux port?

Regards!

#1685 Separated site list file Alexander Schuch Feature request normal FileZilla Client
Description

Can we have the site list in a separted file that its path can be specified in the settings? because I use Ghost to make image of my system partition and would like to keep the site list after system recovery.

BTW, you have done a wonderful job, thanks.

#1691 SCP support Alexander Schuch Feature request normal FileZilla Client
Description

I hope my request is self-contained : make FileZilla support the SCP protocol; even through putty.

#1739 Update source date/time Alexander Schuch Feature request normal FileZilla Client
Description

When uploading from Windows to Unix, can the date/time on the Windows system be reset to the one assigned on the Unix system? This would greatly facilitate web site synchronization.

#1745 Map FTP resource as a network drive (and "send to FTP" option in file explorer) Alexander Schuch Feature request normal FileZilla Client
Description

Like Webdrive or Internet Neighborhood. Another option is to immitate Sendto FTP, but according to the author, windows can only handle 10 or so files through sendto at one time.

#1747 preserve date/time on upload Alexander Schuch Feature request normal FileZilla Client
Description

For those of us who upload files to an FTP server for backup purposes, it is crucial that the files' date & time be preserved. As it works now, the date/time is changed to the present time upon upload. The option of preserving date/time for downloads does not seem to affect this.

thank you

(great program btw!)

#1748 Prompt for Username Alexander Schuch Feature request normal FileZilla Client
Description

At University of Sussex we would like to use FileZilla to give access to secure FTP from all our open-access PCs running Windows 2000.

The students use mandatory profiles and the program will be run from a NetWare server.

My problem is that we add a number of sites to the FTP client, each site prompting for both username and password.

I have been unable to get FileZilla to save the sites in sitemanager unless a username is added - then, of course, all the users are presented with the same username.

Is there anyway of using a wildcard to force FileZilla to prompt for username whether using the SiteManager or the button on the Toolbar?

Also, could you add Tooltips to the Shortcut Bar??

Thank you

Sarah Rigg

#1770 Support for Squid Alexander Schuch Feature request normal FileZilla Client
Description

TotalCommander has option, what works fine with squid:

[*] Passive mode [*] HTTP proxy vith FTP support

TC sends request to squid like:

GET ftp://ftp.mozilla.org/ HTTP/1.0 Host: ftp.mozilla.org User-Agent: Mozilla/4.0 (compatible; Totalcmd; Windows 2000) Proxy-Authorization: Basic xxyyzz== Connection: close

Can you add this feature, please?

Thanks

Petr

#1834 provide reporting on directory sizes Alexander Schuch Feature request normal FileZilla Client
Description

provide reporting on directory sizes (i.e. the size of all the files in a directory and sub-directories)

#1843 Per-site firewall (SOCKS) settings Alexander Schuch Feature request normal FileZilla Client
Description

A single proxy/SOCKS setting is fine for if I am using it to connect to servers on the Internet, but not so for use inside complex network environments.

Per site proxy settings are essential for use in any larger corporation, or supporting multi-client environments. For example, I work for an outsourcing company and to connect to client A, I need to use SOCKS server a, and to connect to client B, I need to use SOCKS server b, and so on, as we have a SOCKS server that acts as a gateway to every client network. In order to use FileZilla for this, every time I connect to a different site I have to go to the settings and manually change the firewall options.

Note: This would be consistent with how products such as PuTTY work. Currently I connect to the same servers via SSH using PuTTY, and for each connection I define in PuTTY, I can set the SOCKS server (and SOCKS userid/password).

In summary - please consider adding this, as the client is great other than this issue. (I read that the site manager was getting a make-over at some stage so maybe this could be part of that?)

Zilch

#1850 Configurable location of FileZilla.xml Alexander Schuch Feature request normal FileZilla Client
Description

If you use FileZilla.xml instead of the registry to store site information the location of the file FileZilla.xml is fixed in the install dir of FileZilla.

It would be nice to be able to specify a location yourself.

In that way we could use a central FileZilla.xml file for all FileZilla users. So we can all use the same settings...

Thanks,

Simon.

#1856 Split FileZilla.xml in FTP Sites.xml+FileZilla settings.xml Alexander Schuch Feature request normal FileZilla Client
Description

FileZilla settings.xml and FTP Sites.xml can be imported/exported separately but are merged into one file FileZilla.xml that is stored in the FileZilla program folder.

Because of feature request ID 777731 (see http://sourceforge.net/tracker/index.php? func=detail&aid=777731&group_id=21558&atid=372244) it would be better if the FileZilla.xml is split into two separate files FTP Sites.xml for the site info and FileZilla settings.xml for the settings.

The site info can then be stored in a central location and each user can have there own settings stored locally.

Now I think of it. It would be great if a user can have a local copy of their "private" site info stored locally and "public" site info stored central.

#1859 Show Number of Files in Queue Alexander Schuch Feature request normal FileZilla Client
Description

This is a very simple request: Please, please, put the total number of files in the queue in the status bar next to the number of bytes in the queue. :)

#1866 Tooltips Alexander Schuch Feature request normal FileZilla Client
Description

It was suggested that I take these suggestions which I wrote out in the public forums, and put them up individually in the Tracker. So, here I go - 9 feature requests, all individually posted.

#2 - Tooltips, rather than just status bar text for buttons. Either that, or more descriptive buttons (like the "selective text" mode on manywindows apps nowadays.)

#1874 Tooltips for buttons Alexander Schuch Feature request normal FileZilla Client
Description

Hi,

a new user can only guess what the GUI buttons do. I recommend to add tooltips to the buttons.

René

#1913 Save Window State Alexander Schuch Feature request normal FileZilla Client
Description

It would be helpful if the window state (maximized or restored) could be saved automatically when closing FileZilla.

It would also be helpful if the width and height of the "Local file list" part of the program window could be saved automatically.

#1946 Save/restore GUI state Alexander Schuch Feature request normal FileZilla Client
Description

I wish FileZilla automatically saves/restores property values for different controls:

  • size & position of the main form,
  • position of splitters,
  • state of menu items: View-Toolbar, View-Statusbar

ets.

#1948 Right-click Refresh option? Alexander Schuch Feature request normal FileZilla Client
Description

It would be nice to be able to right click in local and remote window pane and choose a refresh option.

#1956 Download stats on complete Alexander Schuch Feature request normal Other
Description

When a file is downloading FileZilla shows the transfer data rate in the status bar. It would be very useful for me if you added in the log window the mean transfer rate for each file downloaded (for statistic purposes).

herve.templereau@…

#1965 "Add site to shell integration" option Alexander Schuch Feature request normal FileZilla Client
Description

As present in "CuteFTP", it would be so great to have the option "Add site to shell integration", in the site manager window. Then, it would be possible to directly upload files from windows explorer, when invoking a right-click on the file you want to upload. Bravo bravo for such a software!

#1969 Unix / Windows Line Endings Choice Alexander Schuch Feature request normal FileZilla Client
Description

Is it possible to have as options on Upload and (seperately) Download of an ASCII text file (eg .html) the Choice* between using

(a) Unix Line endings LF or (b) Windows Line Endings CR LF

Using FileZilla 2.2.1b on a Windows Me PC client, it appears FileZilla uses exclusively LF for upload (strips CR) and download. The Server (unix or windows) ought not care which line endings are used; browsers know CR, CR LF, and LF are equivalent for rendering purposes - the advantage to using the same line endings on both client and server is (1)At a glance comparision between ASCII file byte counts on upload or download - good confidence test etc and (2)Windows needs the CR for editing purposes if you download a text file - (unless one wants to look at the "black square" phenonmenon in Notepad etc.)

Thank you

  • Actually there are 3 possibilities - the last being the

Mac CR

Binary mode automatically preserves byte count

#1976 HTTP proxy with FTP support Alexander Schuch Feature request normal FileZilla Client
Description

There is only one client that supports HTTP proxy with FTP support - Total Commander. I hope that FileZilla will be the next :)

#1983 Connection settings stored in file Alexander Schuch Feature request normal FileZilla Client
Description

mac@…

The only thing I have found missing in FileZilla is a way to save the connection settings to a file.

I have lots of connections, and it would be great if these could be exported. That way I could quickly give these to another person, or back them up and restore them easily.

There already is a way to export interface settings to an XML file, but not the connections.

#1989 client: Override IP used in PASV connect Alexander Schuch Feature request normal FileZilla Client
Description

Servers behind NAT may give the wrong IP when they give the host/port info in their response to the client PASV.

I just experimented, and I can simply substitute the original server IP instead of using the one the server passed in the response.

I think this would make a nice option.

I'm seeing this matter when the server's NAT gateway can fix the outbound info in unencrypted channel (so I have no problem there), but the server's NAT gateway can't fix it in encrypted channel, so I can't connect unless I hack the code in CFtpControlSocket::List to switch IPs.

I think it would be nifty to have an Advanced option something like

"Use original Server IP in PASV connection"

for this case, to avoid having to hack in the cpp code myself :)

I might be able to submit a code patch for it, if I can (a) figure out the original server IP (which shouldn't be hard, but when I was hacking, I knew the server IP and just put in a hardcoded one, so I didn't solve this part), and (b) figure out the GUI stuff (probably much the harder part).

FtpControlSocket.cpp, v1.76 circa lines 1306-1309

if (pData->bPasv) {

pData->host = "99.99.99.99"; hack, should fetch

original server IP

if PASV create the socket & initiate outbound

data channel connection

if

(!m_pTransferSocket->Connect(pData->host,pData->port))

{

#2005 Timestamp in message log window Alexander Schuch Feature request normal FileZilla Client
Description

Is there any way of turning on a timestamp in the message log window so I can see exactly when I connected, disconnected, etc. Basically, I want to know when every single occurrence happened.

Example: [20:30:04] Status: Connecting to 127.0.0.1 ... [20:30:10] Error: Unable to connect! [20:30:11] Status: Waiting to retry... (999 retries left)

Which shows me that at 8:30pm, I tried to connect to localhost and failed.

#2011 Allow a specific range of ports to use for PASV connection Alexander Schuch Feature request normal FileZilla Client
Description

It seems that I must currently set my firewall to allow outgoing connections on ANY port > 1024. Could we please allow the user to specify a limited range of ports for Filezilla Client to use, allowing the firewall to be configured more tightly? Maybe the GUI could be integrated with Feature Request 875817, also related to PASV connections. And, my thanks for this great software!

#2019 more than 999 sec. for timeout Alexander Schuch Feature request normal FileZilla Client
Description

I have to go thru a firewall with anti-virus that send no data until the download is complete and the file is analyzed, and then, send the whole file at once.

for large files, even on fast remote servers, the download can take more than 999 seconds.

is it possible to allow larger timeout ?

TIA, Pierre.

#2029 Choosing default action for double-click: edit OR transfer Alexander Schuch Feature request normal FileZilla Client
Description

One feature I miss from WSFTP was the ability to choose the default action for a double-click on a file. You could choose between transfering the file (as is currently implemented in FileZilla), or simply opening it for viewing editing. I check my log files every morning, and often just want to see a file's contents rather than download it, so for me, view, not transfer, is the preferred default double-click action. I also thing that transfer is the more "dangerous" action, so having it as non-default means I have to think for a fraction of a second more before I up/download a file.

#2032 default delay Alexander Schuch Feature request normal FileZilla Client
Description

The default retry delay should be 60 seconds, not 5. With such a short delay many sites ban you for hammering.

#2034 Mapping FTP sites as a drive Alexander Schuch Feature request normal FileZilla Client
Description

Could it be possible to map a FTP site as a network drive. There are shareware programs that do that like Internet Neighborhood?

#2035 Support for the ftp command "site umask 999" Alexander Schuch Feature request normal FileZilla Client
Description

A parameter for each site should be added to specify the umask value (example 002). After connected, filezilla should send the ftp command "site umask 002" (with 002 that is example if user has configured his site profile with umask=002)

This is required for thoose who wants to have their file to have a particular group, user permissions automatically, according to the site profile, with no need to change permissions on each file after a transfer.

#2037 SSH with Kerberos/GSS authentification Alexander Schuch Feature request normal FileZilla Client
Description

I would like SSH with Kerberos /GSS authentification. I have to use SSH to get through the firewall and I have to use Kerberos/GSS authentification to get on the system.

David

#2039 Add favorites link for local directories Alexander Schuch Feature request normal FileZilla Client
Description

Would be nice to have my Windows "favorites" links available in local directories, or the "Links" folder on the desktop--easier navigation.

#2041 [filezilla server]ability to add user's to more then 1 group Alexander Schuch Feature request normal FileZilla Server
Description

I currently use serv-u because you can setup groups for different area's of your ftp and just add the gorup to the user's you want to access the restricted area's. Currently its impossible in filezilla to add a user to more then 1 restricted section.

#2054 Last server/account in toolbar Alexander Schuch Feature request normal FileZilla Client
Description
  • Compile the "Address toolbar" with server/account

even if select from the "Site Manager"

  • Keep these information in address toolbar after

exiting and restarting the program.

#2055 Save maximize setting Alexander Schuch Feature request normal FileZilla Client
Description

When maximizing the windows FileZilla Client should save this setting for the future.

#2058 Timestamp in message log window Alexander Schuch Feature request normal FileZilla Client
Description

A timestamp in the message log window so I can see exactly when I connected, disconnected, etc. Basically, I want to know when every single occurrence happened.

Example: [20:30:04] Status: Connecting to 127.0.0.1 ... [20:30:10] Error: Unable to connect! [20:30:11] Status: Waiting to retry... (999 retries left)

Which shows me that at 8:30pm, I tried to connect to localhost and failed.

#2061 Remote treeview right-click menu Alexander Schuch Feature request normal FileZilla Client
Description

There should be a right-click/context menu in the remote treeview as there are in the local treeview and both file lists.

#2067 Maintain Letter Case for Folder Names Alexander Schuch Feature request high FileZilla Client
Description

It would be great if the FileZilla Team can add an option that will allow us to keep folder names "as is" during transfer. Right now, FileZilla always forces folder names to lowercase, and those of us who like to use capital/uppercase letters for the first letter of folder names have to change it manually at all times.

Thanks in advance =)

#2074 Queue refresh Alexander Schuch Feature request normal FileZilla Client
Description

When I have a large queue of upload files, sometimes I want to delete one file from the queue. But, when I scroll down the list, when a new upload occurs, the list scrolls up to the top, so I can't select the desired file to delete

#2082 Recursive file attribute change Alexander Schuch Feature request normal FileZilla Client
Description

A way to change file attributes recursively in subdirectories

#2084 Find remote files recursively Alexander Schuch Feature request normal FileZilla Client
Description

A way to locate a file(s) on the remote ftp server... (better with name/size/age options)

#2090 deactivating the timeout Alexander Schuch Feature request normal FileZilla Client
Description

Deactivating of the timeout would be a good solution for the following problem. For example inserting a 0 for the timout or a check button to activate / deactivate.

Our network is behind a proxy server. Requests of files from an FTP-Server will be downdloaded by this proxy server. After a virus check the proxy sends the files to FileZilla. The download of huge files (40 MB and more) will be abortet after the maximum timeout of 999 seconds (~16 minutes) because FileZilla have to wait until the proxy has finished his job.

#2097 PASV on/off button Alexander Schuch Feature request normal FileZilla Client
Description

need a simple quick one click or keystroke to turn on and off PASV mode

#2106 layout in servermanager (password and dont store) Alexander Schuch Feature request normal FileZilla Client
Description

move up the "don't store password" checkbox in servermanager, so that one not enters a password and then checks the option and the pasword field is then disabled. This needs to be the other way around. Maybe this can be put into the logon-type group above user-name.

#2129 Retry Time Countdown Alexander Schuch Feature request normal FileZilla Client
Description

Hi,

One feature (apart from timestamps :-)) that FileZilla is lacking is a countdown showing how long it will be until the next reconnect.

eg. I may have the settings set at retry 999 times every 90 seconds, but at 72 seconds I may want to connect by hand. This isn't possible with the current build of FileZilla.

Speaking of retries, I tried to set my retries to unlimited by entering 0 but it didn't work so I assume this isn't implemented either? An unlimited retries option would be nice :-)

Thanks for a great FTP client!

#2133 cr-lf translation between win and linux Alexander Schuch Feature request normal FileZilla Client
Description

I am moving this to this area (was incorrectly posted on the support request area, sorry).

The line ending bytes are different for text files on windows and for those on linux type os [cr vs cr,lf]. A nice feature some popular ssh and ftp clients have (ssh.com, FTPExplorer) is to translate appropriately these text files when ASCII file transfer (either Auto based on extensions or Forced) is in effect. This makes it possible for almost all text browsers on both win and *x side show the file correctly on the respective os.

Please add this feature to FZ file transfer. If such an automatic translation is not desireable for some users, then may I suggest adding another preference setting to do this translation. Thank you!

#2140 comand line run and shutdown... Alexander Schuch Feature request normal FileZilla Client
Description

To be able to, from the command line, run a saved download, it goes to a time/datestamped folder, and then it shuts down. This would make for scheduled site backups.

1 2 3 4 5 6 7 8 9 10 11 12 13
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.