Custom Query (10465 matches)
Results (5901 - 6000 of 10465)
Ticket | Summary | Status | Owner | Type | Priority | Component |
---|---|---|---|---|---|---|
#5166 | Completely hide the local directory pane | new | Feature request | normal | FileZilla Client | |
Description |
Because FileZilla supports drag-and-drop, i thing it woulod be a neat option to have a button next to the two "Toggle display for the local/remote directory tree" with "Toggle display of the local file borwser" which would hide *both* the directory tree and the file list of the local file system. Rationale: in this way i can add in the registry a new action "FileZilla..." attached to "HKEY_CLASSES_ROOT\*\Shell" and to "HKEY_CLASSES_ROOT\Directory\shell" which would simply open the FTP client window without the local file browser view, and then i can just drag-and-drop files and folders from explorer (or nautilus or whatever) to/from the remote FTP window. I think it's such an easy thing to do that it'd worth the half-an-hour effort. |
|||||
#5167 | Repeat uploads of various files from different folders | new | Feature request | normal | FileZilla Client | |
Description |
Very often when using FTP, I find myself editing two or three files in different folders (for example I might have CSS, Javascript, images and HTML/PHP all in different folders). When it comes to uploading though, I have to switch folders constantly to upload them. It would be great if there was a mechanism to assign files to a "repeat upload" state, then when I've edited them, I click one button to upload them all. The only thing that comes close currently is you can go to the "Successful transfer" tab, highlight some files and choose "Reset and requeue" from the context menu, however this only works once - you have to do the above again for subsequent uploads - plus you have to click another button to "toggle processing of queue". |
|||||
#5168 | gcc compiler switches -O2 and -O3 generates bad code. use -O | closed | Bug report | normal | FileZilla Client | |
Description |
I have written a SHA512 implementation for my own use, and I could not get get the right test results with integer calculations using gcc -O2 or -O3. So I am saying that gcc -O2 and gcc -O3 both generate corrupt, improper code. gcc -O generates good code. SHA512 involves a lot of shifts, multiplies, adds. I understand packets (if you are doing that) require calculations as well, for calculating length, size, checksums, etc. so there may be some similarities in the calculations. I suggest you stay away from using -O2 or -O3 and stick with -O for compiler optimization. You may find some bugs disappear once you switch to -O. Suggest you do the same with FileZilla Server. I also use mingw. I used to use mingw, but now I use mingw-w64, since it has TR1 and it can compile 64-bit code. There is also a known compiler bug I discovered (gcc folk won't fix it - talk to them?) that -fpack-struct does not work with iostream, locale, fstream C++ libraries. It will generate huge numbers of errors. They said something like it is not supposed to work together or something like that. (bolderdash) These are not a problem with microsoft or borland commercial compilers. I am basing this bug on the information I obtained in the Help|About dialog where it says "Compiler Flags": FileZilla Client Version: 3.3.1 Build information:
Linked against:
|
|||||
#5169 | Map FTP Logins to Windows User Accounts | closed | Feature request | normal | FileZilla Server | |
Description |
I have a feeling I already know the answer to this request :) however, it needs to be asked. I would like to have pass through authentication on the Filezilla server to the host os security provider. Specifically, I would like the ability to map an FTP Login (ACustomer) to a Windows Account (ACustomer) for two purposes: 1 - to use the Windows authentication (so password is only stored once) 2 - to use impersonation to validate User Access Permissions to files and directories in the Windows File System. To the user, everything would still look like / behave like vanilla ftp; but this would simplify the administration side of things. Life is too short to duplicate my os/file system security settings in the FileZilla Server UI. |
|||||
#5171 | Cannot Delete Folders | closed | Bug report | normal | FileZilla Server | |
Description |
I keep having this issue when I try to delete folders from the FTP site. They say file is in use, but they are not. Sometimes, the contents of the folders will delete but the actual folder cannot be deleted or renamed. Command: PASV Response: 227 Entering Passive Mode (64,82,41,123,44,236). Command: LIST -a Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Command: RMD Hitches for Crossovers Response: 550 Hitches for Crossovers: The process cannot access the file because it is being used by another process. OR Command: RMD (Mecum) iPhone App Response: 550 (Mecum) iPhone App: The process cannot access the file because it is being used by another process. |
|||||
#5172 | MAC SnowLeopard & FZ 3.3.1 Resume error | closed | Bug report | normal | FileZilla Client | |
Description |
If Internet connection breaks, any queue breaks too! There is no way to resume that transfer besides closing FZ, restarting, and new uploading then resume works BUT not always sending the file then completely! File broken! Stopping Queue and then starting again gets always an error: ftpcontrolsocket.cpp(1819): Waiting for replies to skip before sending next command... caller=0x10ae028 I would real recommend to add to the Process Queue etc; something like Pause Queue, and Resume Queue, and to secure that if any Internet connection was broken whilst transferring, that after some timeout and Internet connection is resumed transfer is restarting automatically and not as now crash the connection with that ftpcontrolsocket error! Our Internet connection cuts often off and comes back after 1-2 minutes only... |
|||||
#5175 | Not all icons are shown in the toolbar | closed | Bug report | normal | FileZilla Client | |
Description |
Not all icons shown in the various design-skins are shown in the toolbar. Where I can edit my own toolbar - there is no way to do it. e.g. I'm looking for the button to copy all selected files to my server. (from the left to the right) Kind regards KH (sorry for my english) |
|||||
#5177 | Network shares not working | closed | Bug report | normal | FileZilla Server | |
Description |
I have a windows 2003 server that needs to share out some samba network resources, but I cant get it to work. As specified in the 'How to make network shares available using FileZilla Server' forum thread, I have: 1: Changed so that the filezilla service logs on with a user that has access to these resources. I have other services using this user that can access them. 2: Set Filezilla to use UNC-paths instead of mapped drives. If I share one of these network folders with an alias, the folder doesnt show up at all. If I share one of them as home directory, I get an empty directory listing. There are no errors in the client or in the server console at all. |
|||||
#5178 | Mac OSX: Close Button should Hide not Close App | new | Feature request | normal | FileZilla Client | |
Description |
On Mac OSX generally when you click the close button of an application it will hide the application (i.e it's still running in the Dock) rather than quitting it. This has caught me out a couple of times when I'm downloading/uploading files and click the red-x expecting the app to carry on in the background but it actually quits FileZilla. To sum up: Red-x should do the same as "Hide FileZilla" (Cmd-H). |
|||||
#5179 | Upload resume fails with incorrect message | closed | Bug report | normal | FileZilla Client | |
Description |
Resume worked in earlier versions tried. This is now version 3.3.1. I connect to the server, which failed on a 5GB upload with a timeout. When I resume, it starts and immediately fails claiming the user aborted. In debug logging, instead it says: 08:21:36 Error: Disconnected from server: ECONNABORTED - Connection aborted It then repeats the whole cycle, over and over until I actually do abort it. Attached is the full log from connection to giving up. 08:21:00 Status: Resolving address of rbac.com 08:21:00 Status: Connecting to 208.68.104.122:21... 08:21:00 Status: Connection established, waiting for welcome message... 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 220 192.168.30.26 FTP server ready 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Command: USER rbacinc 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 331 Password required for rbacinc. 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Command: PASS 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 230 User rbacinc logged in. 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Command: SYST 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 215 UNIX Type: L8 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Command: FEAT 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 211-Features: 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: MDTM 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: REST STREAM 08:21:00 Response: SIZE 08:21:00 Response: 211 End 08:21:00 Status: Connected 08:21:00 Trace: CFtpControlSocket::ResetOperation(0) 08:21:00 Trace: CControlSocket::ResetOperation(0) 08:21:00 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:00 Status: Retrieving directory listing... 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Trace: CFtpControlSocket::ChangeDirSend() 08:21:00 Command: CWD /Viewpoints 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 250 CWD command successful 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::ChangeDirSend() 08:21:01 Command: PWD 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 257 "/Viewpoints" is current directory. 08:21:01 Trace: CFtpControlSocket::ResetOperation(0) 08:21:01 Trace: CControlSocket::ResetOperation(0) 08:21:01 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:01 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:01 Trace: state = 1 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::TransferSend() 08:21:01 Trace: state = 1 08:21:01 Command: TYPE I 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 200 Type set to I 08:21:01 Trace: CFtpControlSocket::TransferParseResponse() 08:21:01 Trace: code = 2 08:21:01 Trace: state = 1 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::TransferSend() 08:21:01 Trace: state = 2 08:21:01 Command: PASV 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 227 Entering Passive Mode (208,68,104,122,150,29). 08:21:01 Trace: CFtpControlSocket::TransferParseResponse() 08:21:01 Trace: code = 2 08:21:01 Trace: state = 2 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::TransferSend() 08:21:01 Trace: state = 4 08:21:01 Command: LIST 08:21:01 Trace: CTransferSocket::OnConnect 08:21:01 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 150 Opening ASCII mode data connection for file list 08:21:01 Trace: CFtpControlSocket::TransferParseResponse() 08:21:01 Trace: code = 1 08:21:01 Trace: state = 4 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::TransferSend() 08:21:01 Trace: state = 5 08:21:01 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:01 Trace: CTransferSocket::TransferEnd(1) 08:21:01 Trace: CFtpControlSocket::TransferEnd() 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 226 Transfer complete. 08:21:01 Trace: CFtpControlSocket::TransferParseResponse() 08:21:01 Trace: code = 2 08:21:01 Trace: state = 7 08:21:01 Trace: CFtpControlSocket::ResetOperation(0) 08:21:01 Trace: CControlSocket::ResetOperation(0) 08:21:01 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:01 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:01 Trace: state = 3 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::ListSend() 08:21:01 Trace: state = 4 08:21:01 Status: Calculating timezone offset of server... 08:21:01 Command: MDTM 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:02 Trace: CFtpControlSocket::OnReceive() 08:21:02 Response: 213 20100209050928 08:21:02 Trace: CFtpControlSocket::ListParseResponse() 08:21:02 Status: Timezone offsets: Server: 0 seconds. Local: -28800 seconds. Difference: -28800 seconds. 08:21:02 Trace: CFtpControlSocket::ResetOperation(0) 08:21:02 Trace: CControlSocket::ResetOperation(0) 08:21:02 Status: Directory listing successful 08:21:02 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:05 Status: Resolving address of rbac.com 08:21:05 Status: Connecting to 208.68.104.122:21... 08:21:05 Status: Connection established, waiting for welcome message... 08:21:05 Trace: CFtpControlSocket::OnReceive() 08:21:05 Response: 220 192.168.30.26 FTP server ready 08:21:05 Trace: CFtpControlSocket::SendNextCommand() 08:21:05 Command: USER rbacinc 08:21:05 Trace: CFtpControlSocket::OnReceive() 08:21:05 Response: 331 Password required for rbacinc. 08:21:05 Trace: CFtpControlSocket::SendNextCommand() 08:21:05 Command: PASS 08:21:05 Trace: CFtpControlSocket::OnReceive() 08:21:05 Response: 230 User rbacinc logged in. 08:21:05 Status: Connected 08:21:05 Trace: CFtpControlSocket::ResetOperation(0) 08:21:05 Trace: CControlSocket::ResetOperation(0) 08:21:05 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:05 Trace: CFtpControlSocket::FileTransfer() 08:21:05 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:05 Trace: CFtpControlSocket::SendNextCommand() 08:21:05 Trace: CFtpControlSocket::ChangeDirSend() 08:21:05 Command: CWD /Viewpoints 08:21:05 Trace: CFtpControlSocket::OnReceive() 08:21:05 Response: 250 CWD command successful 08:21:05 Trace: CFtpControlSocket::ResetOperation(0) 08:21:05 Trace: CControlSocket::ResetOperation(0) 08:21:05 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:05 Trace: FileTransferSubcommandResult() 08:21:15 Trace: CFtpControlSocket::SendNextCommand() 08:21:15 Trace: FileTransferSend() 08:21:15 Trace: CFtpControlSocket::SendNextCommand() 08:21:15 Trace: CFtpControlSocket::TransferSend() 08:21:15 Trace: state = 1 08:21:15 Command: TYPE I 08:21:15 Trace: CFtpControlSocket::OnReceive() 08:21:15 Response: 200 Type set to I 08:21:15 Trace: CFtpControlSocket::TransferParseResponse() 08:21:15 Trace: code = 2 08:21:15 Trace: state = 1 08:21:15 Trace: CFtpControlSocket::SendNextCommand() 08:21:15 Trace: CFtpControlSocket::TransferSend() 08:21:15 Trace: state = 2 08:21:15 Command: PASV 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 227 Entering Passive Mode (208,68,104,122,150,37). 08:21:16 Trace: CFtpControlSocket::TransferParseResponse() 08:21:16 Trace: code = 2 08:21:16 Trace: state = 2 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Trace: CFtpControlSocket::TransferSend() 08:21:16 Trace: state = 3 08:21:16 Command: REST 2147483647 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:16 Trace: CFtpControlSocket::TransferParseResponse() 08:21:16 Trace: code = 3 08:21:16 Trace: state = 3 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Trace: CFtpControlSocket::TransferSend() 08:21:16 Trace: state = 4 08:21:16 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:16 Trace: CTransferSocket::OnConnect 08:21:16 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:16 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:16 Trace: CFtpControlSocket::TransferParseResponse() 08:21:16 Trace: code = 1 08:21:16 Trace: state = 4 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Trace: CFtpControlSocket::TransferSend() 08:21:16 Trace: state = 5 08:21:16 Trace: CRealControlSocket::OnClose(10053) 08:21:16 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:16 Trace: CControlSocket::DoClose(64) 08:21:16 Trace: CFtpControlSocket::ResetOperation(66) 08:21:16 Trace: CControlSocket::ResetOperation(66) 08:21:16 Trace: CFtpControlSocket::ResetOperation(66) 08:21:16 Trace: CControlSocket::ResetOperation(66) 08:21:16 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:16 Trace: CControlSocket::DoClose(64) 08:21:16 Trace: CControlSocket::DoClose(64) 08:21:16 Status: Resolving address of rbac.com 08:21:16 Status: Connecting to 208.68.104.122:21... 08:21:16 Status: Connection established, waiting for welcome message... 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 220 192.168.30.26 FTP server ready 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Command: USER rbacinc 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 331 Password required for rbacinc. 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Command: PASS 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 230 User rbacinc logged in. 08:21:17 Status: Connected 08:21:17 Trace: CFtpControlSocket::ResetOperation(0) 08:21:17 Trace: CControlSocket::ResetOperation(0) 08:21:17 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:17 Trace: CFtpControlSocket::FileTransfer() 08:21:17 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::ChangeDirSend() 08:21:17 Command: CWD /Viewpoints 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 250 CWD command successful 08:21:17 Trace: CFtpControlSocket::ResetOperation(0) 08:21:17 Trace: CControlSocket::ResetOperation(0) 08:21:17 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:17 Trace: FileTransferSubcommandResult() 08:21:17 Status: Retrieving directory listing... 08:21:17 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:17 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:17 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:17 Trace: state = 1 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 1 08:21:17 Command: TYPE I 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 200 Type set to I 08:21:17 Trace: CFtpControlSocket::TransferParseResponse() 08:21:17 Trace: code = 2 08:21:17 Trace: state = 1 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 2 08:21:17 Command: PASV 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 227 Entering Passive Mode (208,68,104,122,150,42). 08:21:17 Trace: CFtpControlSocket::TransferParseResponse() 08:21:17 Trace: code = 2 08:21:17 Trace: state = 2 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 4 08:21:17 Command: LIST 08:21:17 Trace: CTransferSocket::OnConnect 08:21:17 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 150 Opening ASCII mode data connection for file list 08:21:17 Trace: CFtpControlSocket::TransferParseResponse() 08:21:17 Trace: code = 1 08:21:17 Trace: state = 4 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 5 08:21:17 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:17 Trace: CTransferSocket::TransferEnd(1) 08:21:17 Trace: CFtpControlSocket::TransferEnd() 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 226 Transfer complete. 08:21:17 Trace: CFtpControlSocket::TransferParseResponse() 08:21:17 Trace: code = 2 08:21:17 Trace: state = 7 08:21:17 Trace: CFtpControlSocket::ResetOperation(0) 08:21:17 Trace: CControlSocket::ResetOperation(0) 08:21:17 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:17 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:17 Trace: state = 3 08:21:17 Trace: CFtpControlSocket::ResetOperation(0) 08:21:17 Trace: CControlSocket::ResetOperation(0) 08:21:17 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:17 Trace: FileTransferSubcommandResult() 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: FileTransferSend() 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 2 08:21:17 Command: PASV 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 227 Entering Passive Mode (208,68,104,122,150,43). 08:21:18 Trace: CFtpControlSocket::TransferParseResponse() 08:21:18 Trace: code = 2 08:21:18 Trace: state = 2 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Trace: CFtpControlSocket::TransferSend() 08:21:18 Trace: state = 3 08:21:18 Command: REST 2147483647 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:18 Trace: CFtpControlSocket::TransferParseResponse() 08:21:18 Trace: code = 3 08:21:18 Trace: state = 3 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Trace: CFtpControlSocket::TransferSend() 08:21:18 Trace: state = 4 08:21:18 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:18 Trace: CTransferSocket::OnConnect 08:21:18 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:18 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:18 Trace: CFtpControlSocket::TransferParseResponse() 08:21:18 Trace: code = 1 08:21:18 Trace: state = 4 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Trace: CFtpControlSocket::TransferSend() 08:21:18 Trace: state = 5 08:21:18 Trace: CRealControlSocket::OnClose(10053) 08:21:18 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:18 Trace: CControlSocket::DoClose(64) 08:21:18 Trace: CFtpControlSocket::ResetOperation(66) 08:21:18 Trace: CControlSocket::ResetOperation(66) 08:21:18 Trace: CFtpControlSocket::ResetOperation(66) 08:21:18 Trace: CControlSocket::ResetOperation(66) 08:21:18 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:18 Trace: CControlSocket::DoClose(64) 08:21:18 Trace: CControlSocket::DoClose(64) 08:21:18 Status: Resolving address of rbac.com 08:21:18 Status: Connecting to 208.68.104.122:21... 08:21:18 Status: Connection established, waiting for welcome message... 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 220 192.168.30.26 FTP server ready 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Command: USER rbacinc 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 331 Password required for rbacinc. 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Command: PASS 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 230 User rbacinc logged in. 08:21:18 Status: Connected 08:21:18 Trace: CFtpControlSocket::ResetOperation(0) 08:21:18 Trace: CControlSocket::ResetOperation(0) 08:21:18 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:18 Trace: CFtpControlSocket::FileTransfer() 08:21:18 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Trace: CFtpControlSocket::ChangeDirSend() 08:21:18 Command: CWD /Viewpoints 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 250 CWD command successful 08:21:19 Trace: CFtpControlSocket::ResetOperation(0) 08:21:19 Trace: CControlSocket::ResetOperation(0) 08:21:19 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:19 Trace: FileTransferSubcommandResult() 08:21:19 Status: Retrieving directory listing... 08:21:19 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:19 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:19 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:19 Trace: state = 1 08:21:19 Trace: CFtpControlSocket::SendNextCommand() 08:21:19 Trace: CFtpControlSocket::TransferSend() 08:21:19 Trace: state = 1 08:21:19 Command: TYPE I 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 200 Type set to I 08:21:19 Trace: CFtpControlSocket::TransferParseResponse() 08:21:19 Trace: code = 2 08:21:19 Trace: state = 1 08:21:19 Trace: CFtpControlSocket::SendNextCommand() 08:21:19 Trace: CFtpControlSocket::TransferSend() 08:21:19 Trace: state = 2 08:21:19 Command: PASV 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 227 Entering Passive Mode (208,68,104,122,150,46). 08:21:19 Trace: CFtpControlSocket::TransferParseResponse() 08:21:19 Trace: code = 2 08:21:19 Trace: state = 2 08:21:19 Trace: CFtpControlSocket::SendNextCommand() 08:21:19 Trace: CFtpControlSocket::TransferSend() 08:21:19 Trace: state = 4 08:21:19 Command: LIST 08:21:19 Trace: CTransferSocket::OnConnect 08:21:19 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 150 Opening ASCII mode data connection for file list 08:21:19 Trace: CFtpControlSocket::TransferParseResponse() 08:21:19 Trace: code = 1 08:21:19 Trace: state = 4 08:21:19 Trace: CFtpControlSocket::SendNextCommand() 08:21:19 Trace: CFtpControlSocket::TransferSend() 08:21:19 Trace: state = 5 08:21:19 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:19 Trace: CTransferSocket::TransferEnd(1) 08:21:19 Trace: CFtpControlSocket::TransferEnd() 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 226 Transfer complete. 08:21:19 Trace: CFtpControlSocket::TransferParseResponse() 08:21:19 Trace: code = 2 08:21:19 Trace: state = 7 08:21:19 Trace: CFtpControlSocket::ResetOperation(0) 08:21:19 Trace: CControlSocket::ResetOperation(0) 08:21:19 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:19 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:19 Trace: state = 3 08:21:19 Trace: CFtpControlSocket::ResetOperation(0) 08:21:19 Trace: CControlSocket::ResetOperation(0) 08:21:19 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:19 Trace: FileTransferSubcommandResult() 08:21:31 Trace: CFtpControlSocket::SendNextCommand() 08:21:31 Trace: FileTransferSend() 08:21:31 Trace: CFtpControlSocket::SendNextCommand() 08:21:31 Trace: CFtpControlSocket::TransferSend() 08:21:31 Trace: state = 2 08:21:31 Command: PASV 08:21:31 Trace: CFtpControlSocket::OnReceive() 08:21:31 Response: 227 Entering Passive Mode (208,68,104,122,150,86). 08:21:31 Trace: CFtpControlSocket::TransferParseResponse() 08:21:31 Trace: code = 2 08:21:31 Trace: state = 2 08:21:31 Trace: CFtpControlSocket::SendNextCommand() 08:21:31 Trace: CFtpControlSocket::TransferSend() 08:21:31 Trace: state = 3 08:21:31 Command: REST 2147483647 08:21:31 Trace: CFtpControlSocket::OnReceive() 08:21:31 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:31 Trace: CFtpControlSocket::TransferParseResponse() 08:21:31 Trace: code = 3 08:21:31 Trace: state = 3 08:21:31 Trace: CFtpControlSocket::SendNextCommand() 08:21:31 Trace: CFtpControlSocket::TransferSend() 08:21:31 Trace: state = 4 08:21:31 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:32 Trace: CTransferSocket::OnConnect 08:21:32 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:32 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:32 Trace: CFtpControlSocket::TransferParseResponse() 08:21:32 Trace: code = 1 08:21:32 Trace: state = 4 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Trace: CFtpControlSocket::TransferSend() 08:21:32 Trace: state = 5 08:21:32 Trace: CRealControlSocket::OnClose(10053) 08:21:32 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:32 Trace: CControlSocket::DoClose(64) 08:21:32 Trace: CFtpControlSocket::ResetOperation(66) 08:21:32 Trace: CControlSocket::ResetOperation(66) 08:21:32 Trace: CFtpControlSocket::ResetOperation(66) 08:21:32 Trace: CControlSocket::ResetOperation(66) 08:21:32 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:32 Trace: CControlSocket::DoClose(64) 08:21:32 Trace: CControlSocket::DoClose(64) 08:21:32 Status: Resolving address of rbac.com 08:21:32 Status: Connecting to 208.68.104.122:21... 08:21:32 Status: Connection established, waiting for welcome message... 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 220 192.168.30.26 FTP server ready 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Command: USER rbacinc 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 331 Password required for rbacinc. 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Command: PASS 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 230 User rbacinc logged in. 08:21:32 Status: Connected 08:21:32 Trace: CFtpControlSocket::ResetOperation(0) 08:21:32 Trace: CControlSocket::ResetOperation(0) 08:21:32 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:32 Trace: CFtpControlSocket::FileTransfer() 08:21:32 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Trace: CFtpControlSocket::ChangeDirSend() 08:21:32 Command: CWD /Viewpoints 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 250 CWD command successful 08:21:32 Trace: CFtpControlSocket::ResetOperation(0) 08:21:32 Trace: CControlSocket::ResetOperation(0) 08:21:32 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:32 Trace: FileTransferSubcommandResult() 08:21:32 Status: Retrieving directory listing... 08:21:32 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:32 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:32 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:32 Trace: state = 1 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Trace: CFtpControlSocket::TransferSend() 08:21:32 Trace: state = 1 08:21:32 Command: TYPE I 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 200 Type set to I 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 2 08:21:33 Trace: state = 1 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 2 08:21:33 Command: PASV 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 227 Entering Passive Mode (208,68,104,122,150,89). 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 2 08:21:33 Trace: state = 2 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 4 08:21:33 Command: LIST 08:21:33 Trace: CTransferSocket::OnConnect 08:21:33 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 150 Opening ASCII mode data connection for file list 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 1 08:21:33 Trace: state = 4 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 5 08:21:33 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:33 Trace: CTransferSocket::TransferEnd(1) 08:21:33 Trace: CFtpControlSocket::TransferEnd() 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 226 Transfer complete. 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 2 08:21:33 Trace: state = 7 08:21:33 Trace: CFtpControlSocket::ResetOperation(0) 08:21:33 Trace: CControlSocket::ResetOperation(0) 08:21:33 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:33 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:33 Trace: state = 3 08:21:33 Trace: CFtpControlSocket::ResetOperation(0) 08:21:33 Trace: CControlSocket::ResetOperation(0) 08:21:33 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:33 Trace: FileTransferSubcommandResult() 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: FileTransferSend() 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 2 08:21:33 Command: PASV 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 227 Entering Passive Mode (208,68,104,122,150,91). 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 2 08:21:33 Trace: state = 2 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 3 08:21:33 Command: REST 2147483647 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 3 08:21:33 Trace: state = 3 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 4 08:21:33 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:33 Trace: CTransferSocket::OnConnect 08:21:33 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:33 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:34 Trace: CFtpControlSocket::TransferParseResponse() 08:21:34 Trace: code = 1 08:21:34 Trace: state = 4 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Trace: CFtpControlSocket::TransferSend() 08:21:34 Trace: state = 5 08:21:34 Trace: CRealControlSocket::OnClose(10053) 08:21:34 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:34 Trace: CControlSocket::DoClose(64) 08:21:34 Trace: CFtpControlSocket::ResetOperation(66) 08:21:34 Trace: CControlSocket::ResetOperation(66) 08:21:34 Trace: CFtpControlSocket::ResetOperation(66) 08:21:34 Trace: CControlSocket::ResetOperation(66) 08:21:34 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:34 Trace: CControlSocket::DoClose(64) 08:21:34 Trace: CControlSocket::DoClose(64) 08:21:34 Status: Resolving address of rbac.com 08:21:34 Status: Connecting to 208.68.104.122:21... 08:21:34 Status: Connection established, waiting for welcome message... 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 220 192.168.30.26 FTP server ready 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Command: USER rbacinc 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 331 Password required for rbacinc. 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Command: PASS 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 230 User rbacinc logged in. 08:21:34 Status: Connected 08:21:34 Trace: CFtpControlSocket::ResetOperation(0) 08:21:34 Trace: CControlSocket::ResetOperation(0) 08:21:34 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:34 Trace: CFtpControlSocket::FileTransfer() 08:21:34 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Trace: CFtpControlSocket::ChangeDirSend() 08:21:34 Command: CWD /Viewpoints 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 250 CWD command successful 08:21:34 Trace: CFtpControlSocket::ResetOperation(0) 08:21:34 Trace: CControlSocket::ResetOperation(0) 08:21:34 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:34 Trace: FileTransferSubcommandResult() 08:21:34 Status: Retrieving directory listing... 08:21:34 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:34 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:34 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:34 Trace: state = 1 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Trace: CFtpControlSocket::TransferSend() 08:21:34 Trace: state = 1 08:21:34 Command: TYPE I 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 200 Type set to I 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 2 08:21:35 Trace: state = 1 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 2 08:21:35 Command: PASV 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 227 Entering Passive Mode (208,68,104,122,150,101). 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 2 08:21:35 Trace: state = 2 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 4 08:21:35 Command: LIST 08:21:35 Trace: CTransferSocket::OnConnect 08:21:35 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 150 Opening ASCII mode data connection for file list 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 1 08:21:35 Trace: state = 4 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 5 08:21:35 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:35 Trace: CTransferSocket::TransferEnd(1) 08:21:35 Trace: CFtpControlSocket::TransferEnd() 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 226 Transfer complete. 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 2 08:21:35 Trace: state = 7 08:21:35 Trace: CFtpControlSocket::ResetOperation(0) 08:21:35 Trace: CControlSocket::ResetOperation(0) 08:21:35 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:35 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:35 Trace: state = 3 08:21:35 Trace: CFtpControlSocket::ResetOperation(0) 08:21:35 Trace: CControlSocket::ResetOperation(0) 08:21:35 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:35 Trace: FileTransferSubcommandResult() 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: FileTransferSend() 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 2 08:21:35 Command: PASV 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 227 Entering Passive Mode (208,68,104,122,150,102). 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 2 08:21:35 Trace: state = 2 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 3 08:21:35 Command: REST 2147483647 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 3 08:21:35 Trace: state = 3 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 4 08:21:35 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:36 Trace: CTransferSocket::OnConnect 08:21:36 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:36 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:36 Trace: CFtpControlSocket::TransferParseResponse() 08:21:36 Trace: code = 1 08:21:36 Trace: state = 4 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Trace: CFtpControlSocket::TransferSend() 08:21:36 Trace: state = 5 08:21:36 Trace: CRealControlSocket::OnClose(10053) 08:21:36 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:36 Trace: CControlSocket::DoClose(64) 08:21:36 Trace: CFtpControlSocket::ResetOperation(66) 08:21:36 Trace: CControlSocket::ResetOperation(66) 08:21:36 Trace: CFtpControlSocket::ResetOperation(66) 08:21:36 Trace: CControlSocket::ResetOperation(66) 08:21:36 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:36 Trace: CControlSocket::DoClose(64) 08:21:36 Trace: CControlSocket::DoClose(64) 08:21:36 Status: Resolving address of rbac.com 08:21:36 Status: Connecting to 208.68.104.122:21... 08:21:36 Status: Connection established, waiting for welcome message... 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 220 192.168.30.26 FTP server ready 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Command: USER rbacinc 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 331 Password required for rbacinc. 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Command: PASS 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 230 User rbacinc logged in. 08:21:36 Status: Connected 08:21:36 Trace: CFtpControlSocket::ResetOperation(0) 08:21:36 Trace: CControlSocket::ResetOperation(0) 08:21:36 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:36 Trace: CFtpControlSocket::FileTransfer() 08:21:36 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Trace: CFtpControlSocket::ChangeDirSend() 08:21:36 Command: CWD /Viewpoints 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 250 CWD command successful 08:21:36 Trace: CFtpControlSocket::ResetOperation(0) 08:21:36 Trace: CControlSocket::ResetOperation(0) 08:21:36 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:36 Trace: FileTransferSubcommandResult() 08:21:36 Status: Retrieving directory listing... 08:21:36 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:36 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:36 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:36 Trace: state = 1 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Trace: CFtpControlSocket::TransferSend() 08:21:36 Trace: state = 1 08:21:36 Command: TYPE I 08:21:37 Trace: CFtpControlSocket::OnReceive() 08:21:37 Response: 200 Type set to I 08:21:37 Trace: CFtpControlSocket::TransferParseResponse() 08:21:37 Trace: code = 2 08:21:37 Trace: state = 1 08:21:37 Trace: CFtpControlSocket::SendNextCommand() 08:21:37 Trace: CFtpControlSocket::TransferSend() 08:21:37 Trace: state = 2 08:21:37 Command: PASV 08:21:37 Trace: CFtpControlSocket::OnReceive() 08:21:37 Response: 227 Entering Passive Mode (208,68,104,122,150,105). 08:21:37 Trace: CFtpControlSocket::TransferParseResponse() 08:21:37 Trace: code = 2 08:21:37 Trace: state = 2 08:21:37 Trace: CFtpControlSocket::SendNextCommand() 08:21:37 Trace: CFtpControlSocket::TransferSend() 08:21:37 Trace: state = 4 08:21:37 Command: LIST 08:21:37 Trace: CTransferSocket::OnConnect 08:21:37 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:37 Trace: CFtpControlSocket::OnReceive() 08:21:37 Response: 150 Opening ASCII mode data connection for file list 08:21:37 Trace: CFtpControlSocket::TransferParseResponse() 08:21:37 Trace: code = 1 08:21:37 Trace: state = 4 08:21:37 Trace: CFtpControlSocket::SendNextCommand() 08:21:37 Trace: CFtpControlSocket::TransferSend() 08:21:37 Trace: state = 5 08:21:37 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:37 Trace: CTransferSocket::TransferEnd(1) 08:21:37 Trace: CFtpControlSocket::TransferEnd() 08:21:37 Trace: CFtpControlSocket::OnReceive() 08:21:37 Response: 226 Transfer complete. 08:21:37 Trace: CFtpControlSocket::TransferParseResponse() 08:21:37 Trace: code = 2 08:21:37 Trace: state = 7 08:21:37 Trace: CFtpControlSocket::ResetOperation(0) 08:21:37 Trace: CControlSocket::ResetOperation(0) 08:21:37 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:37 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:37 Trace: state = 3 08:21:37 Trace: CFtpControlSocket::ResetOperation(0) 08:21:37 Trace: CControlSocket::ResetOperation(0) 08:21:37 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:37 Trace: FileTransferSubcommandResult() 08:21:40 Status: Skipping upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:40 Trace: CFtpControlSocket::ResetOperation(0) 08:21:40 Trace: CControlSocket::ResetOperation(0) 08:21:40 Status: File transfer successful 08:21:40 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:40 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:22:40 Status: Disconnected from server 08:22:40 Trace: CControlSocket::DoClose(64) 08:22:40 Trace: CFtpControlSocket::ResetOperation(66) 08:22:40 Trace: CControlSocket::ResetOperation(66) 08:22:40 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:22:40 Trace: CControlSocket::DoClose(64) 08:22:40 Trace: CControlSocket::DoClose(64) 08:22:40 Trace: CFileZillaEnginePrivate::ResetOperation(0) |
|||||
#5180 | Large file upload generates damaged file | closed | Bug report | normal | FileZilla Client | |
Description |
Uploading a 16GB file to my FTP in the local LAN (vsftpd on debian stable) ends up with a different file size than the original (tried twice, once smaller and once larger than the original) as a consequence the MD5 is different too and the file unusable. |
|||||
#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 |
|||||
#5182 | Return to parent directory | closed | Bug report | normal | FileZilla Client | |
Description |
This has been ticketed as feature requests before under http://trac.filezilla-project.org/ticket/1878 but I think it is a bug. On returning to parent directory FileZilla jumps to the first entry on the file list but should stay on the folder just exited. See standard file browser apps how to behave. Navigating with keyboard is essential in a utility like this. Regs, Zsolt. |
|||||
#5184 | File exists dlg: "Apply to current queue only" not working | closed | Bug report | normal | FileZilla Client | |
Description |
Download multiple files (at least two) from your server. Then, download the same files again. You will be asked how to proceed. Tick "Overwrite", "Always use this action", "Apply to current queue only". You will be asked again on how to proceed with the conflict. Not sure if the problem is in the "Always use this action" or the "Apply to current queue only", but it's not applying to all files...it's taking them one at a time. Note that this did not happen in the last version (3.3.0), that I experienced. Only since upgrade to 3.3.1. I couldn't find any other current tickets for this, just some similar that were around 2 years old. |
|||||
#5185 | Error when dragging folder to Desktop (Windows 7 Professional) | closed | Bug report | normal | FileZilla Client | |
Description |
Windows 7 Professional x64 FileZilla 3.3.1 When dragging and dropping folder from remote SFTP site to the Windows Desktop, I am getting the following error: Could not determine the target of the Drag&Drop operation. Either the shell extension is not installed properly or you didn't drop the files into an Explorer window. The operation leaves a remnant folder on my desktop with a random name. |
|||||
#5186 | Option to specify where to store sites and settings | closed | Feature request | normal | FileZilla Client | |
Description |
I would love to be able to specify where to store the sites & settings instead of %APPDATA% |
|||||
#5188 | Toolbar Problem | closed | Bug report | normal | FileZilla Client | |
Description |
When a saved website is opened with Site Manager, the toolbar buttons disappear. Some of the buttons reappear after mousing over them. This is a problem with 3.3.1 and 3.3.2-rc1. |
|||||
#5189 | Speedlimit patch | closed | Patch | normal | FileZilla Client | |
Description |
Hi, following your latest changes on speed limits I notice the where not working anymore. Digging into the code I found you forgot one division. Attached there is the patch I wrote based on svn revision 3658. Best regards, Paolo. |
|||||
#5190 | Log gui corruption | closed | Bug report | normal | FileZilla Client | |
Description |
The log gui sometimes overlaps the quick connect bar and menu bar. OS: Windows 7 Pro. |
|||||
#5191 | Drag&drop fails with 4 or more files | closed | Bug report | normal | FileZilla Client | |
Description |
If you try to drag&drop 4 or more files from your machine to the right pane, you get only uploaded correctly 3 of the 4 files (or n-1 of the n files uploaded). If you try to download the files from the right pane to the left pane it works fine, the problem is only when you upload files. |
|||||
#5192 | Delete Files | closed | Bug report | normal | FileZilla Client | |
Description |
This has happened to me twice. I have selected files for deletion and while waiting for the deletion of the files to begin I have hit "Quickconnect". When this happens the connection is restarted and then ALL the files in the directory which quickconnect goes to are deleted instead of the ones I selected. |
|||||
#5193 | queue delayed and triggered at programmed time | closed | Feature request | normal | FileZilla Client | |
Description |
I need queue delayed and triggered at programmed time, i.e. I queue files now 21:00 but want download to start at 3:00 at night when transfer is faster and I am sleeping but Filezilla works. |
|||||
#5194 | Settings changes not applied to UI in 3.3.2-rc2 until restart | closed | Bug report | normal | FileZilla Client | |
Description |
Running 3.3.2-rc2, if I make a change to the Settings (i.e. change the Theme), the change does not come in to affect until I restart FileZilla. If I make a change hit 'OK' and go back in to settings, the old value still shows. |
|||||
#5195 | Intermittent error transferring ASCII file as binary with transfer type set to Auto | closed | Bug report | normal | FileZilla Client | |
Description |
I am running the most recent version of FileZilla: Version 3.3.1. Additional Client info is below (bottom). I was transferring an ASCII file from my computer (WinXP) to a server (Linux). I noticed the file-size of both files (source and dest) was identical, which seemed odd. So, I verified the settings (below), and I deleted the destination file, and repeated the file transfer with the same outcome. The file-size on the client and the server was 1070 bytes. Settings->Transfers->Filetypes->Default transfer type: Auto Settings->Transfers->Filetypes->Automatic file type classification: (list of file-types including txt) Filename: abc.txt File abc.txt: 47 lines File abc.txt: 1070 bytes (DOS) Then I changed the transfer type setting to BINARY, and I deleted the destination file, and repeated the file transfer. The file was written on the server with an identical file-size (as expected). Then I changed the transfer type setting to ASCII, and I deleted the destination file, and repeated the file transfer. This time, the file written on the server with a smaller file-size (also, as expected). The file-size on the server was now 1023 bytes. Finally I changed the transfer type setting back to original setting of Auto, and I deleted the destination file, and repeated the file transfer. This time, the file was written on the server with an smaller file-size (as expected). At this point, everything appeared to be working correctly, but the original failure and failed retry are unexplained. Kevin FileZilla Client Version: 3.3.1 Build information:
Linked against:
|
|||||
#5196 | Deleted files go to recycle bin even if disabled | closed | Bug report | normal | FileZilla Client | |
Description |
Even if the Windows recycle bin is disabled, files deleted via FileZilla still end up there. |
|||||
#5197 | error reporting when uploadin file | closed | Bug report | normal | FileZilla Client | |
Description |
hai guys..i have an error (bug) when i'm trying to upload my file into webserver! here is the error came: Command: STOR simaksql.sql Response: 552 Quota exceeded: [simaksql.sql] won't be saved Error: Critical error Thanks for your respon! best regards dediajimk |
|||||
#5198 | Copy Current Connection to Site Manager should be able to auto-populate local/remote directory | closed | Feature request | normal | FileZilla Client | |
Description |
It would be handy to auto-complete the Default local/remote directory in the Site Manager when the user selects "Copy current connection to Site Manager". Currently this must be done manually - and since the Site Manager dialog is Modal - you must close/re-open it twice to copy/paste the local/remote default directories. |
|||||
#5199 | Windows -No Disk error message Pops up after using quick connect | closed | Bug report | normal | FileZilla Client | |
Description |
Filezilla triggers a Windows No Disk error message When using Quick connect an error message box comes up That cannot be closed without reappearing Only way to resolve the issue is complete restart of the Computer Opening Filezilla and repeating the Quickconnect command initiates the same problem Operating System Windows XP Professional Version 2002 SP3Intel Core duo CPU E8400@3.00GHZ Filezilla 3.3.1 Build date 2010-01-03 Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Delaying connection for 1 second due to previously failed connection attempt... Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Resolving address of efiftp.efisportsmedicine.com Status: Connecting to 69.13.253.5:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 cupid Microsoft FTP Service (Version 5.0). Trace: CFtpControlSocket::SendNextCommand() Command: USER efiftp Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for efiftp. Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230-Welcom to Cupid! Trace: CFtpControlSocket::OnReceive() Response: 230 User efiftp logged in. Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 Windows_NT version 5.0 Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 500 'FEAT': command not understood Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,102). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/Michael Steel Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/Michael Steel" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,104). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/Oracle CRM on demand Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/Oracle CRM on demand" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,105). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/GRAVITY Photos Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/GRAVITY Photos" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,106). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/GRAVITY Photos/PersonalTraining Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/GRAVITY Photos/PersonalTraining" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,107). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/GRAVITY Photos/PostRehab Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/GRAVITY Photos/PostRehab" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,108). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/GRAVITY Photos/General Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/GRAVITY Photos/General" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,109). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Disconnected from server Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Delaying connection for 1 second due to previously failed connection attempt... Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server |
|||||
#5200 | Can't list files from a server with Compaq Tru64 UNIX Version 5.60 using TYPE I | reopened | Bug report | normal | FileZilla Client | |
Description |
Can't list files when the "TYPE I" is selected. It will only work with clients that use "TYPE A" for file list. Could some one add an option to use "TYPE A" for file lists instead of "TYPE I"? 220 statne95 FTP server (Compaq Tru64 UNIX Version 5.60) ready. Kommando: USER ides Svar: 331 Password required for ides. Kommando: PASS * Svar: 230 User ides logged in. Status: Ansluten Status: Hämtar kataloglistning... Kommando: PWD Svar: 257 "/usr/users/ides" is current directory. Kommando: TYPE I Svar: 200 Type set to I. Kommando: PORT 127,227,226,148,13,204 Svar: 200 PORT command successful. Kommando: LIST Svar: 150 Opening BINARY mode data connection for /bin/ls (127.227.226.148,3532). Svar: 451 Local resource failure: malloc: No such device or address. Kommando: LIST Svar: 425 Can't build data connection: Connection refused. |
|||||
#5201 | Filezilla crashes Windows 7 | closed | Bug report | normal | FileZilla Client | |
Description |
Earlier this week I download Filezilla FTP client for windows from a link on your site. After installing Windows crashed and would not reboot. I had to repeair and set the system to a restore point. I downloaded the software again and had the same issue. I have an Acer 5538 with Windows 7 with windows 7 home premium which came installed. I love this software, do you have a fix? |
|||||
#5202 | Error Open Files | closed | Bug report | normal | FileZilla Client | |
Description |
Hello:
For the .mod files it try open that using Windows Media Player For the .sys I have he message that no program associated with kind the files. BR |
|||||
#5203 | can't connect to server that requires only 1 connection | closed | Bug report | normal | FileZilla Client | |
Description |
18:18:12 Status: Resolving address of douhar8.100webcustomers.com 18:18:12 Status: Connecting to :21... 18:18:12 Status: Connection established, waiting for welcome message... 18:18:12 Trace: CFtpControlSocket::OnReceive() 18:18:12 Response: 220 ProFTPD 1.2.9 Server (ProFTPD) [1.1.67] 18:18:12 Trace: CFtpControlSocket::SendNextCommand() 18:18:12 Command: USER * 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 331 Password required for douhar8_100webcustomers.com. 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Command: PASS 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 230 User douhar8_100webcustomers.com logged in. 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Command: SYST 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 215 UNIX Type: L8 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Command: FEAT 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 211-Features: 18:18:13 Response: 211-MDTM 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 211-REST STREAM 18:18:13 Response: 211-SIZE 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 211 End 18:18:13 Status: Connected 18:18:13 Trace: CFtpControlSocket::ResetOperation(0) 18:18:13 Trace: CControlSocket::ResetOperation(0) 18:18:13 Trace: CFileZillaEnginePrivate::ResetOperation(0) 18:18:13 Status: Retrieving directory listing... 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Trace: CFtpControlSocket::ChangeDirSend() 18:18:13 Command: PWD 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 257 "/" is current directory. 18:18:13 Trace: CFtpControlSocket::ResetOperation(0) 18:18:13 Trace: CControlSocket::ResetOperation(0) 18:18:13 Trace: CFtpControlSocket::ParseSubcommandResult(0) 18:18:13 Trace: CFtpControlSocket::ListSubcommandResult() 18:18:13 Trace: state = 1 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Trace: CFtpControlSocket::TransferSend() 18:18:13 Trace: state = 1 18:18:13 Command: TYPE I 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 200 Type set to I 18:18:13 Trace: CFtpControlSocket::TransferParseResponse() 18:18:13 Trace: code = 2 18:18:13 Trace: state = 1 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Trace: CFtpControlSocket::TransferSend() 18:18:13 Trace: state = 2 18:18:13 Trace: Retrieving external IP address from http://ip.filezilla-project.org/ip.php 18:18:13 Trace: Waiting for resolver thread 18:18:14 Trace: CFtpControlSocket::OnExternalIPAddress() 18:18:14 Trace: CFtpControlSocket::SendNextCommand() 18:18:14 Trace: CFtpControlSocket::TransferSend() 18:18:14 Trace: state = 2 18:18:14 Trace: Got external IP address 18:18:14 Command: PORT 71,20,152,159,8,123 18:18:14 Trace: CFtpControlSocket::OnReceive() 18:18:14 Response: 200 PORT command successful 18:18:14 Trace: CFtpControlSocket::TransferParseResponse() 18:18:14 Trace: code = 2 18:18:14 Trace: state = 2 18:18:14 Trace: CFtpControlSocket::SendNextCommand() 18:18:14 Trace: CFtpControlSocket::TransferSend() 18:18:14 Trace: state = 4 18:18:14 Command: LIST 18:20:24 Trace: CFtpControlSocket::ResetOperation(10) 18:20:24 Trace: CControlSocket::ResetOperation(10) 18:20:24 Trace: CFtpControlSocket::ResetOperation(10) 18:20:24 Trace: CControlSocket::ResetOperation(10) 18:20:24 Error: Directory listing aborted by user 18:20:24 Trace: CFileZillaEnginePrivate::ResetOperation(10) 18:21:23 Trace: CFtpControlSocket::OnReceive() 18:21:23 Response: 425 Unable to build data connection: Connection timed out 18:21:23 Trace: Skipping reply after cancelled operation or keepalive command. 18:28:12 Trace: CFtpControlSocket::OnReceive() 18:28:12 Response: 421 No Transfer Timeout (600 seconds): closing control connection. 18:28:12 Trace: Unexpected reply, no reply was pending. 18:28:12 Error: Connection closed by server 18:28:12 Trace: CControlSocket::DoClose(64) 18:28:12 Trace: CFtpControlSocket::ResetOperation(66) 18:28:12 Trace: CControlSocket::ResetOperation(66) 18:28:12 Trace: CFileZillaEnginePrivate::ResetOperation(66) 20:11:16 Trace: CFileZillaEnginePrivate::ResetOperation(0) 20:11:29 Trace: CControlSocket::DoClose(64) 20:11:29 Trace: CControlSocket::DoClose(64) 20:11:29 Status: Resolving address of douhar8.100webcustomers.com 20:11:29 Status: Connecting to 66.40.52.9:21... 20:11:30 Status: Connection established, waiting for welcome message... 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 220 ProFTPD 1.2.9 Server (ProFTPD) [1.1.67] 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Command: USER douhar8_100webcustomers.com 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 331 Password required for douhar8_100webcustomers.com. 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Command: PASS 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 230 User douhar8_100webcustomers.com logged in. 20:11:30 Status: Connected 20:11:30 Trace: CFtpControlSocket::ResetOperation(0) 20:11:30 Trace: CControlSocket::ResetOperation(0) 20:11:30 Trace: CFileZillaEnginePrivate::ResetOperation(0) 20:11:30 Status: Retrieving directory listing... 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Trace: CFtpControlSocket::ChangeDirSend() 20:11:30 Command: PWD 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 257 "/" is current directory. 20:11:30 Trace: CFtpControlSocket::ResetOperation(0) 20:11:30 Trace: CControlSocket::ResetOperation(0) 20:11:30 Trace: CFtpControlSocket::ParseSubcommandResult(0) 20:11:30 Trace: CFtpControlSocket::ListSubcommandResult() 20:11:30 Trace: state = 1 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Trace: CFtpControlSocket::TransferSend() 20:11:30 Trace: state = 1 20:11:30 Command: TYPE I 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 200 Type set to I 20:11:30 Trace: CFtpControlSocket::TransferParseResponse() 20:11:30 Trace: code = 2 20:11:30 Trace: state = 1 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Trace: CFtpControlSocket::TransferSend() 20:11:30 Trace: state = 2 20:11:30 Trace: Retrieving external IP address from http://ip.filezilla-project.org/ip.php 20:11:30 Trace: Got external IP address 20:11:30 Command: PORT 71,20,152,159,16,209 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 200 PORT command successful 20:11:30 Trace: CFtpControlSocket::TransferParseResponse() 20:11:30 Trace: code = 2 20:11:30 Trace: state = 2 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Trace: CFtpControlSocket::TransferSend() 20:11:30 Trace: state = 4 20:11:30 Command: LIST this is as far as it gets before stopping. I never get a directory listing, I *suspect* because there is another connection on another thread, as shown in the debug log (resolver thread?). don't know, since I didn't write it. in any case, I can't connect to this server, because unlike other web hosting companies, this one has the requirement of only 1 connection to the sever, and I think Filezilla client is taking more than what it should. it is set for 1. |
|||||
#5207 | text files upload | closed | Bug report | normal | FileZilla Client | |
Description |
FileZila uploader removes one of two simbols of "end line" in uploaded text-files. In result, uploaded files are shorter than originals and have another structure. They cannot be used for control of users' programms. |
|||||
#5209 | up/download via sftp does not work against OpenVMS servers | new | Bug report | normal | FileZilla Client | |
Description |
Up/downloading files via sftp does not work against an OpenVMS server. The messages listed below show the behavior when trying to download a single file (login.com;3) using sftp (not successful) and via ftp (successful, using the same host). Real usernames/hostnames/IPs have been replaced by dummy values. Opening connections via sftp does work and the directory content of the initial server side directory is correctly listed. However, traversing the directory tree on the server does not work, reporting similar error messages (wrong server side path specs). Messages for sftp (unsuccessful) Status: Disconnected from server Status: Connecting to myHost.de... Response: fzSftp started Command: open "myAccount@…" 22 Command: Pass: * Status: Connected to myHost.de Status: Retrieving directory listing... Command: pwd Response: Current directory is: "/QS$DISK/TEST" Status: Directory listing successful Status: Connecting to myHost.de... Response: fzSftp started Command: open "myAccount@…" 22 Command: Pass: * Status: Connected to myHost.de Status: Starting download of QS$DISK/TESTLOGIN.COM;3 Command: cd "QS$DISK/TEST" Error: Directory /QS$DISK/TEST/QS$DISK/TEST: no such file or directory Command: mtime "QS$DISK/TESTLOGIN.COM;3" Error: get attrs for /QS$DISK/TEST/QS$DISK/TESTLOGIN.COM;3: no such file or directory Command: get "QS$DISK/TESTLOGIN.COM;3" "C:\tmp\LOGIN.COM;3" Error: /QS$DISK/TEST/QS$DISK/TESTLOGIN.COM;3: open for read: no such file or directory Messages for ftp (successful) Status: Resolving address of myHost.de Status: Connecting to 10.10.10.10:21... Status: Connection established, waiting for welcome message... Response: 220 myHost.de FTP Server (Version 5.6) Ready. Command: USER myAccount Response: 331 Username myAccount requires a Password Command: PASS * Response: 230 User logged in. Command: SYST Response: 200 VMS OpenVMS V8.3 on node myHost.de. Command: FEAT Response: 502 FEAT is unimplemented. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "QS$DISK:[TEST]" is current directory. Command: TYPE I Response: 200 TYPE set to IMAGE. Command: PASV Response: 227 Entering Passive Mode (10,10,10,10,251,166) Command: LIST Response: 150 Opening data connection for QS$DISK:[TEST]*.*;* (11.11.11.11,3255) Response: 226 LIST Directory transfer complete. Status: Directory listing successful Status: Resolving address of myHost.de Status: Connecting to 10.10.10.10:21... Status: Connection established, waiting for welcome message... Response: 220 myHost.de FTP Server (Version 5.6) Ready. Command: USER myAccount Response: 331 Username myAccount requires a Password Command: PASS * Response: 230 User logged in. Status: Connected Status: Starting download of QS$DISK:[TEST]LOGIN.COM;3 Command: CWD QS$DISK:[TEST] Response: 250-CWD command successful. Response: 250 New default directory is QS$DISK:[TEST] Command: PWD Response: 257 "QS$DISK:[TEST]" is current directory. Command: TYPE A Response: 200 TYPE set to ASCII. Command: PASV Response: 227 Entering Passive Mode (10,10,10,10,251,167) Command: RETR LOGIN.COM;3 Response: 150 Opening data connection for QS$DISK:[TEST]LOGIN.COM;3 (11.11.11.11,3257) (2688 bytes) Response: 226 Transfer complete. Status: File transfer successful |
|||||
#5210 | FileZilla ignores leading space of filename | closed | Bug report | normal | FileZilla Client | |
Description |
version 3.3.2 CONDITIONS:
I have confirmed this behavior by deliberately creating a file with a leading space on my server, and observing FileZilla's behavior, and noting FileZilla's attempts in the server's xferlog. A bug search showed obscure reports made about this three years ago, but not well described. |
|||||
#5211 | Issue with Site Specific Bookmarks in 3.3.2 | reopened | Bug report | normal | FileZilla Client | |
Description |
Running the Windows version of FileZilla (3.3.2 official release), the Site Specific Bookmarks only show after opening the Site Manager dialogue:
|
|||||
#5212 | Manage QuickConnect - delete individual items | new | Feature request | normal | FileZilla Client | |
Description |
Sometimes I try an old and new ftp login info.. Request a way to delete individual items from this list, without clearing the whole list. |
|||||
#5213 | Can be cut if file> 56MB.? | closed | Feature request | normal | FileZilla Client | |
Description |
Can be cut if file> 56MB.? I am having trouble with recovery of a 58MB file., Cut to reach 56MB. Thank you. |
|||||
#5215 | Filezilla (3.3.2) lists large file sizes as 2gb | closed | Bug report | normal | FileZilla Client | |
#5216 | Don't save failed credentials in quickconnect | closed | Feature request | normal | FileZilla Client | |
Description |
Since failed attempts at connecting are saved in the Quickconnect bar, there are two options for the next time I connect: 1) click on all the saved ones until I click the one with the correct password. 2) clear the bar and re-connect with the correct password so only the right one is saved. In this case I lose info for other FTP sites, and if I forget those passwords I am back at square one. REQUEST: Do not save info in quickconnect bar unless a successful connection is made! By the way, I've seen some great improvements lately. Thanks! -Frank |
|||||
#5217 | SFTP get from OpenSUSE Server causes Vista 64 blue screen crash | closed | Bug report | normal | FileZilla Client | |
Description |
Have an OpenSUSE 11.1 server that, when retrieving files from via FileZilla on 64 bit Vista, causes a blue screen hard crash. I can connect and login, list files, etc., but as soon as I double click or select transfer, I get a hard crash. I am on the current version of Filezilla (3.3.2) but this has been happening a while with older versions as well. This does not happen on the same client machine with many other SFTP installations (including Solaris), so I am concluding that it is some oddity between the OpenSUSE SSH server. The OpenSSH version on the server is 5.1p1-40.15. I also see no logs on the server side indicating any type of error. |
|||||
#5218 | Site specific bookmarks not updating with multiple tabs open | closed | Bug report | normal | FileZilla Client | |
Description |
On the Windows version (3.3.2) while connected to separate sites in different tabs switching between the tabs does not update the site specific bookmarks. Only the most recent site's bookmarks are displayed regardless of which tab is open. |
|||||
#5220 | Cannot access Folder with French access on Mac FileZilla version | closed | Bug report | normal | FileZilla Client | |
Description |
I have 2 computers a MacBook Pro running FileZilla 3.3.2 and a PC running FileZilla 3.3.2. On the same FTP server, I have a folder called "Denis à Ghislain". On the Mac version, when I will not see the folder but on my PC version I do. I renamed the folder Denis_Ghislain and now I can see it on my Mac version but I would like this to be fixed. Thank you so much in advance! |
|||||
#5221 | initial message log overflows its viewpane | closed | Bug report | normal | FileZilla Client | |
Description |
Hi. Filezilla, great, actually. Recently, and continuing on the just-released 3.3.2, info below, the message log from initial connection often scrolls upwards out of its pane, obliterating the text areas and buttons at the normal top of screen. I managed to capture the hopefully enclosed pic where it doing so less than usual, so you can see the effect in its whole context. Usually it completely masks, overwriting with text log results. By the time you see this happen, it no longer does -- subsequent logging for ftp transfers stays in the proper log area. It seems to occur then only during the initial connection. Thanks, and best - it's a great tool. FileZilla Client Version: 3.3.2 Build information:
Linked against:
|
|||||
#5222 | Option : Default Directory Hides Parent Directories | new | Feature request | normal | FileZilla Client | |
Description |
In the "Site Manager", under "Advanced", have an optional checkbox to "Hide Parent Directories" when a default remote directory is specified. Alternatively, have a textbox that says "Hide Directories Above:" So, if I specify default directory as "/nfs/abc/123/mnt/098776/domains" and check "Hide Parent Directories", then in the remote site address "/" will automatically assume the address "/nfs/abc/123/mnt/098776/domains" but not display it. In addition, the folder "/" in the remote site directory tree will assume its the "domains" directory without showing all the parents. The result is saved screen space and have an easier working environment. --- Personal explanation: One of my host servers I log into using SFTP. As a result, the root directory of my website is at an address like "/nfs/abc/123/mnt/098776/domains" Though this feature may be less applicable on the local machine (if at all), on the remote server I have no reason to ever go above the directory "098776" and rarely above "domains" But the parent directories take up screen space in both the remote site address bar and the remote site directory tree. |
|||||
#5223 | File list alphabetical sort order differs from windows explorer | closed | Feature request | normal | FileZilla Client | |
Description |
Given a folder with 4 files, Windows (7|server 2003) will sort them -.txt a.txt aa.txt a-b.txt The FileZilla listing is ASCII order: (As does Ubuntu) -.txt a-b.txt a.txt aa.txt This may be a won't fix, but in an ideal world an application will use the OS sort order, so thought I would throw this out here. In my Drupal theme directory with about 100 files along the lines of 'views-view-field--gigs-display--page-1--field-artistref-nid-1.tpl.php', having FileZilla sort them differently from explorer is annoying. FileZilla Client Version: 3.3.2 Build information:
Linked against:
|
|||||
#5225 | DDE execute request failed.. | new | Bug report | normal | FileZilla Client | |
Description |
DDE Execute request failed: A request for a synchronous execute transaction has timed out. This happens when I right click on and then click Open a Corel Draw file in Filezilla. It automatically opens another instance of Corel Draw. I end up with multiple Corel Draw programs open, it wastes a lot of time and memory. I see a few people have mentioned this before.. do you guys consider it a low priority.. Regards, Brett |
|||||
#5227 | Ftp upload through websense ftp proxy fails most of the time, opened ticket with websense and they said we shall use cureftp or totalcommander and we tested CureFTP and it worked all the time | closed | Bug report | normal | FileZilla Client | |
Description |
We use a Internet proxy from websense that does http, https, ftp proxying. We use filezilla for 3 years now for all our ftp upload/downloads over ftp, ftps without any problems. But since we switched from Cisco CE proxy to Websense proxy we cannot upload with certainty. Smaller files pass the system usually without problem, larger files 300 - 500 MB most of the time fail. I verified that the site we were trying to upload works by connecting directly to the Internet and using filezilla to upload the files and it worked. We opened a ticket with websense and they told us we shall use CureFTP or TotalCommander to upload. I did the test and with CureFtp all files were all the time uploaded correctly. The settings we have to use for websense in Filezilla 3.3.1 are: Connection->FTP->FTP Proxy Custom USER %u@%h PASS %p proxy host: websense.test.com:2121 user: test password: test We have also tested to disable ftp cache on websense but the same thing happens. How do we know that the files are not uploaded correctly? The transfer starts and we know that the target site has a bandwith limiter that does allow 60KBs. The files are uploaded and when it's almost 100 percent uploaded we are presented with a dialog that says the file is already there and if we want to overwrite it. If you press overwrite the transfer will start again and at the end present you again with the same dialog. When we called support of the target side they said the files are only around 5 million bytes instead of 13 or 23 million bytes. The target site does not allow size commands nor read of the directory etc. |
|||||
#5228 | Individual proxy setup for every server configured in the server manager | new | Feature request | normal | FileZilla Client | |
Description |
Thank you very much for the feature to add a generic proxy, namely a socks 5 proxy, in the global setup of the current FileZilla client. But I am using a couple of ftp servers all configured in the server manager, and they all use different socks proxys. So here is my request: Please put the proxy configuration in the server manager so every ftp server can be configured with an individual proxy. The same feature is implemented in PuTTY. Thank you. Kind regards from Berlin/Germany. Willy Tenner |
|||||
#5229 | "Selected File Already Being Edited" Dialog - "Always Perform Action" option | new | Feature request | normal | FileZilla Client | |
Description |
Sometimes I encounter the "Selected File Already Being Edited" dialog box. If I was trying to open multiple files that were in this state, after clicking "OK" for whatever action I chose, the file opens and I'm taken out of FileZilla. Then I have to return to FileZilla to click "OK" for the next file, and the next file, and on down the line until I have all the files open. What would save a lot of time is two checkbox options: "Always Perform this Action" (working like the upload and replace, where it only stays set until FileZilla is closed), and "Perform Action for Group" (assuming multiple files are trying to be opened and receiving this error) |
|||||
#5231 | Maximum simultaneous transfers is limited to 10 | closed | Feature request | normal | FileZilla Client | |
Description |
In the preferences, "Transfers > Maximum simultaneous transfers" is limited to only 10. I have a connection with 30Mbps of upload capacity and often upload large numbers of files. At the present time, 10 connections seems to cap out at about 16Mbps of combined bandwidth, based on my activity monitor. I'd like to be able to dedicate at least 20 connections to help saturate my available bandwidth instead of being limited to only 10 connections. PS: I've been using FileZilla for a few months and it's great. In fact, I recently donated $25 as a "thank you" for the time it has saved me. |
|||||
#5232 | Queued Files -- | closed | Feature request | normal | FileZilla Client | |
Description |
Different file queues depending on which connection tab is being used. I think it would be cool to be able to download files from multiple ftp connections at the same time. |
|||||
#5233 | Site-specific bookmarks don't appear in bookmarks menu for site | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla Version 3.3.2. There are two ways to reproduce this bug. First way: Reconnect to server with site-specific bookmarks right after launching FileZilla. Second way: Have the server with the bookmarks in one tab, then connect to a different server with no bookmarks in another tab. Close the server with no bookmarks. |
|||||
#5234 | Wrong mouse pointer on drag&drop with serverside folders (move vs. copy) | closed | Bug report | normal | FileZilla Client | |
Description |
Dragging and dropping folders on server from one location to another (but still on the same server) is a "move" operation. But the mouse pointer while dragging is adorned with the "[+]" indicator, suggesting that a copy operation will happen on drop. This is clearly misleading. Therefore: On drag&drop, the mouse pointer should reflect correctly the type of file operation that is going to be performed on drop: "copy" (mouse pointer with [+] indicator) or "move" (mouse pointer with [<box>] indicator). |
|||||
#5235 | FileZilla Client - dutch | closed | Bug report | normal | FileZilla Client | |
Description |
Reeds verbonden FileZilla is reeds verbonden met een server. Verbinding maken in een nieuwe tab Change: Vorige verbinding afbreken en verbinden in nieuwe tab. Into: Vorige verbinding afbreken en verbinden in huidige tab. |
|||||
#5236 | preserve timestamps option | closed | Bug report | normal | FileZilla Client | |
Description |
Hello! In Filezilla ftp client i enabled the preserve timestamps option in the transfer menu. After restarting the program this option is disabled again! So each time i have to enable it again. I think this is a bug. greetings Walter |
|||||
#5237 | Download problem, large file corrupt Fz-Client 3.3.2 | closed | Bug report | normal | FileZilla Client | |
Description |
I'm using last FZ-client 3.3.2. When i try to download a large file more the 400Mb (.tar, .gz, .tgz, tar.gz) from Linux RH server, i can download the file completely with the same file size (binary or autodet. mode), but when i try to open the file result corrupted !!
S.O : Win Vista32 sp2 Regards AleX |
|||||
#5238 | Windows 7 Taskbar behaviour | closed | Bug report | normal | FileZilla Client | |
Description |
If you pin filezilla to the windows 7 taskbar and then click it it opens a second icon on the task bar. The expected behaviour is that the existing icon changes to display a border indicating that the application is running. |
|||||
#5239 | Let the user select the directory for storing settings | closed | Feature request | normal | FileZilla Client | |
Description |
FileZilla 3.3.2 I would like to have the ability to choose where the program stores the settings files. I have several computers from which I do work, and would like to have my settings centrally located (on my server) so that whichever computer I work from will have the same sites and settings listed when I open FileZilla. |
|||||
#5240 | Can't Connect after upgrading to 3.3.2 | closed | Bug report | normal | FileZilla Client | |
Description |
Hello. I upgraded to the latest version today and have not been able to connect to my school since. Here is the error message from the log window: Status: Resolving address of transfer.chemeketa.edu Status: Connecting to 199.101.8.224:21... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Host: transfer.chemeketa.edu Username: ccc\student passwd: offsite Port: 21 Are you able to connect? Any thoughts? |
|||||
#5241 | Check for invalid servername or IP | closed | Feature request | normal | FileZilla Client | |
Description |
Dear FileZilla team, sometimes it happens, that I just forget to enter a proper server name. I.e. I just forget .com or .de to add. Therefore the request will fail. A msgBox would be usefull which directly gives you a warning, if an invalid servername was entered in quick connect bar. |
|||||
#5242 | Client: Transfer|Manual transfer defaults | new | Feature request | normal | FileZilla Client | |
Description |
In the filezilla windows client, it would be nice to implement the following: 1) If the focus lies on ONE LOCAL FILE, starting Transfer|Manual transfer could already default to UPLOAD and present the selected file in the local file textbox. 2) If the focus lies on ONE REMOTE FILE, starting Transfer|Manual transfer can default to DOWNLOAD and present the remote file in the EXTERNAL FILE textboxes. Remarks: Currently when starting Manual transfer the local textbox already contains the local path and the external file textbox already contains the external path. It would be nice if also the selected filename could be taken into account and also the transfer direction. |
|||||
#5243 | Cannot Delete Folders | closed | Other | normal | FileZilla Client | |
Description |
I am resubmitting this from 2/4/10. If someone can please help with a solution I would appreciate it: I keep having this issue when I try to delete folders from the FTP site. They say file is in use, but they are not. Sometimes, the contents of the folders will delete but the actual folder cannot be deleted or renamed. Command: PASV Response: 227 Entering Passive Mode (64,82,41,123,44,236). Command: LIST -a Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Command: RMD Hitches for Crossovers Response: 550 Hitches for Crossovers: The process cannot access the file because it is being used by another process. OR Command: RMD (Mecum) iPhone App Response: 550 (Mecum) iPhone App: The process cannot access the file because it is being used by another process. |
|||||
#5244 | Can't get directory listing | closed | Bug report | normal | FileZilla Client | |
Description |
Server is z/OS 1.9. Client O/S is XP SP3. Here is debug listing: Trace: CFtpControlSocket::OnReceive() Response: 220-FTPD1 IBM FTP CS V1R9 at titan.nih.gov, 11:45:29 on 2010-03-02. Trace: CFtpControlSocket::OnReceive() Response: 220 Connection will close if idle for more than 1440 minutes. Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 Security environment established - ready for negotiation Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: Handshake successful Trace: Cipher: ARCFOUR-128, MAC: MD5 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER zzyzkl2 Status: TLS/SSL connection established. Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 Send password please. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 230 ZZYZKL2 is logged on. Working directory is "ZZYZKL2.". Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 215 MVS is the operating system of this server. FTP Server is running on z/OS. Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 211- Extensions supported Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: AUTH TLS Response: PBSZ Response: PROT Response: 211 End Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Protection buffer size accepted Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Data connection protection set to private Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD 'zzyzkl2.' Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 250 "ZZYZKL2." is the working directory name prefix. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 257 "'ZZYZKL2.'" is working directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 1 Command: TYPE I Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Representation type is Image Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (128,231,64,34,195,109) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: LIST Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 125 List started OK Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: ARCFOUR-128, MAC: MD5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTlsSocket::Failure(-9, 0) Error: GnuTLS error -9: A TLS packet with unexpected length was received. Status: Server did not properly shut down TLS connection Error: Could not read from transfer socket: ECONNABORTED - Connection aborted Trace: CTransferSocket::TransferEnd(3) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 250 List completed successfully. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing Trace: CFileZillaEnginePrivate::ResetOperation(2) note: another user of our system was able to obtain a directory listing, but he has far fewer data sets than I do. |
|||||
#5245 | Problem with new version | closed | Bug report | normal | FileZilla Client | |
Description |
Have been using FileZilla for a couple of weeks with no problem. Installed new version today. Now cannot upload my files... WHY??? I need to upload my ezine NOW!!!! Help ASAP!!! |
|||||
#5246 | Cannot detect timezone | closed | Feature request | normal | FileZilla Client | |
Description |
FileZilla always shows that the server's file's timestamp is somewhere in 1970. I'm using SFTP and am using FileZilla 3.3.2 I know that this issue is reported several times before and the main reason is "Broken server" (as in the issue #4134, #4518) However, I found that FileZilla 2.2.23 (which has no timezone autodetection) has no problem in reporting the timestamp. I know that there's no problem in FileZilla's timezone autodetection and it's only the server's problem. However, as we cannot change FTP server's configuration, is it possible to disable FileZilla's timezone autodetection so that it can be used with Old/Bad FTP servers? |
|||||
#5247 | MOV files listed as TEXT files | closed | Bug report | normal | FileZilla Client | |
Description |
Hello, I see that MOV files are listed in the settings/"Automatic file type classification" to be treated as ASCII. This corrupts of course Quicktime MOV files. I found out that mov files are also used by matlab and could be text files, but I think the majority of people handling mov files today are transfering video files. Could "mov" be removed from that list ? Cheers from Geneva, Switzerland. Marco. |
|||||
#5249 | Site-specific bookmarks 3.3.2 issue | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla Version 3.3.2. (Update with "Check for updates" wisard) Connect to the first server with site-specific bookmarks. Connect to the second server with site-specific bookmarks in new tab. Site-specific bookmarks will be described for the second server and the same for all tabs. |
|||||
#5250 | 'nightly' builds update error | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla 3.3.2 When updating with 'nighlty' builds option, update gets FileZilla.zip.sha512 file (March 3-4, 2010) |
|||||
#5253 | "Create new file" option | closed | Feature request | normal | FileZilla Client | |
Description |
In practice, create a file on the server is quite annoying, and it's a very common operation. Would be great to have an option to create a file on the server that creates a temporary file on the local machine with the name specified by the user, upload it to the server and delete it from the local machine. That's what I do by hand so far. This option can also be useful on the local side. Regards |
|||||
#5254 | Remote file editing from command line | new | Feature request | normal | FileZilla Client | |
Description |
I find very useful the ability of editing remote files. But when I want to edit a remote file, I have to open Filezilla, open the remote site, and double click the remote file. I can call Filezilla+site from a shortcut using a command line shortcut. Once filezilla is open, I can double click the file to edit it. I'd like to call filezilla from command line to open a file in edit mode, not just open a directory. This'd be a very useful feature. So, you can have icons on your desktop, that lets you edit remote files, using the good Filezilla remote edit (auto upload) feature. It could be acomplished with a new command line switch. I've not found any way to do this with any ftp client I know. But I think it can be very useful. |
|||||
#5256 | Double clicking on a item brings up the filename edit box too frequently | closed | Bug report | normal | FileZilla Client | |
Description |
Most of the time when I double click on a file, instead of going into the folder, it will open up the file rename box, which is extremely annoying. This is easily reproducible when I already have one or more items selected. In order to avoid it, I have to make sure I double click the tiny microscopic icon off to the side. One time, I was fed up with the rename box and tried double clicking again once or twice on a folder, and some how it managed to copy the file name from one folder and rename a subfolder with that name... all through just clicking. That's really bad. |
|||||
#5257 | Connection Timeout on all sites since moving to 3.3.2 - cannot connect | new | Bug report | normal | FileZilla Client | |
Description |
When using FileZilla since the upgrade to 3.3.2 I have been unable to connect to any website via FTP. When using DOS FTP/cuteFTP/smartFTP I can connect and upload/download without issue. It is only FileZilla that does not connect. i.e. 15:34:03 Status: Connecting to 194.154.164.103:21... 15:34:23 Error: Connection timed out 15:34:23 Trace: CFtpControlSocket::ResetOperation(2114) 15:34:23 Trace: CControlSocket::ResetOperation(2114) 15:34:23 Error: Could not connect to server This has only been a problem since the upgrade, it has been working fine since installing on this computer back in November 2009. |
|||||
#5258 | Downloading a file with a colon ":" in it makes 0 byte file | closed | Bug report | normal | FileZilla Client | |
Description |
Whenever I download a single file with a name like "jvm.stdout.2010-03-03-11:18" from my linux server to my Windows XP machine it looks like it's downloading it, but when it's finished, the file is 0 bytes. The file is still renamed properly "jvm.stdout.2010-03-03-11" to support windows naming requirements. But if I select 2 files, e.g. "jvm.stdout.2010-03-03-11:18" and "localhost.2010-03-03.log", then both files are downloaded properly. It's only when I select the single file with the colon in it does it not download properly. But maybe it's not the colon at all. Maybe it's something to do with the file name itself. So please try with the file names I've given you. |
|||||
#5259 | Per-Server speed limit inputting | closed | Feature request | normal | FileZilla Client | |
Description |
I sometimes transfer files via (S)FTP to a computer on our LAN and the files can be huge, like 2GB. Forgetting about the default generic speed limit you set for Servers on Internet means transferring such file (on LAN) takes a month at worst, so being able to set the speed limits per Server on their profile would get the file transferred. Also if this feature would get into FZ, quick connecting to a Server should ask you whether you want to input speed limits. |
|||||
#5262 | (option to) show site manager at startup | closed | Patch | normal | FileZilla Client | |
Description |
It would be most helpful if Filezilla offered an option to show the Site Manager at startup since 99% of the time that is what I do :-) |
|||||
#5263 | option to show Site Manager sites in dropdown in quick connect bar | new | Feature request | normal | FileZilla Client | |
Description |
It would be a handy feature to have a dropdown list of defined sites from the Site Manager as an option to be shown on the quick connect bar ... it would save a trip and several clicks to the site manager dialog :-) |
|||||
#5264 | some files with chinese name can't upload | closed | Bug report | normal | FileZilla Server | |
Description |
When I failed to upload some files to server by IE, meanwhile some others can be uploaded. If I change the chinese names of the files to english names or some other chinese names , they can be uploaded. According to the log, the file names in the command STOR is wrong. (But the file names in the command DELE is right.) Although the file can be uploaded by other ftp clients, I don't think IE is wrong. I can upload the same files to other ftp server by IE. STOR 2010?月装机统?xls DELE 2010年1月装机统计.xls (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> TYPE I (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> 200 Type set to I (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> PASV (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> 227 Entering Passive Mode (134,33,5,252,14,169) (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> STOR 2010?月装机统?xls (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> 150 Connection accepted (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> 550 can't access file. (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> Connected, sending welcome message... (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 220-FileZilla Server version 0.9.34 beta (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 220-written by Tim Kosse (Tim.Kosse@…) (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 220-Please visit http://sourceforge.net/projects/filezilla/ (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 220 Welcome to yanruichen' FTP site (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> USER share (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 331 Password required for share (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> PASS * (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> 230 Logged on (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> opts utf8 on (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> 200 UTF8 mode enabled (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> PWD (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> 257 "/" is current directory. (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> DELE 2010年1月装机统计.xls (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> 550 File not found (000025) 2010-03-11 21:23:25 - share (134.33.5.51)> disconnected. |
|||||
#5266 | FileZille not recognizing new file associations... | closed | Bug report | normal | FileZilla Client | |
Description |
I recently changed file associations for my PHP files and FileZilla doesnt seem to recognize the association change. I use to be able to right click and open PHP files just fine but since the old programs deletion and file assocation change I can't right click and open my PHP files from FileZilla any more. Please see the attached picture for the error / message that I am getting. Ty for your time and interest. |
|||||
#5270 | Windows 7 Taskbar Features | new | Feature request | normal | FileZilla Client | |
Description |
With Windows 7, many programs are taking advantage of the new taskbar features. It would be nice to have some features incorporated into FileZilla. Perhaps a list of recently connected sites or sites within the Site Manager. An example of what I'm talking about can be looked at in the attachment. |
|||||
#5271 | every file and dir are showing an timestamp before name of it | closed | Bug report | normal | FileZilla Client | |
Description |
Every file and directroy are showing with file timestamp before it. Both timestamp and filename are building a filename into filezilla, and when you are pressing enter to select a directory, the filezilla is sending "timestamp filename" together as show-command. Enstead of usual filename or directory name inside of show command into a ftp-server. (And therefor an application is useless untill a bug fixed.) The used client is windows (xp) and server is FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) with Debian GNU/Linux installed as default language iso-8859-1. 2010-03-12 13:22:xxx filename or directory name Another ftp-applications are working as usual. Also filezilla worked well before new installed unix server and new filezilla versions. Also to open ftp-connect to another ftp-own servers are working well. Thanks, Tuomas |
|||||
#5273 | Daylight Saving Time calculation broken | closed | Bug report | normal | FileZilla Client | |
Description |
In ticket #2026, the last comment states, "The next version of FileZilla 3 will be able to calculate the timezone of the server automatically." I'm using Filezilla Client 3.2.8.1 on Windows XP SP2 to connect to Oracle Enterprise Linux 5.4 (RedHat Linux Kernel 2.6) servers. I and the servers are located in the same timezone (in fact, in the same city). Before the switch to Daylight Saving Time, the time displayed in Filezilla for new files matched the time displayed on my PC and the time displayed for the file when viewed directly on the server. Since the time change last weekend, we have found that the time displayed by Filezilla is 1 hour later than the the PC time at the time of saving and with the last modification time as displayed when viewed directly on the server. The server and the PC times still match. |
|||||
#5275 | files renamed by accident due to previous clicks | closed | Bug report | normal | FileZilla Client | |
Description |
Reproducing this bug involves very subtle steps. Long story short, files can accidentally be renamed to the names of other files that had been clicked on. If you click on the name of a file, then a cursor appears for typing a new name. If you then double-click a folder icon to change directories, sometimes when you switch to the new directory the renaming cursor will still be visible and showing the name of the file from the previous directory. If you then click off the file to turn off renaming, a file in the new directory will be renamed to the name of the file from the previous directory. |
|||||
#5276 | Transfer Queue doesn't sort | closed | Bug report | normal | FileZilla Client | |
Description |
filezilla 3.3.2 wxWidgets 2.8.11 gnuTLS 2.8.3 Issue: headers do not sort Expected results: click on headers of transfer queue and the list should sort on that column Actual results: click on the headers shows a mouse down, but list does not sort. |
|||||
#5278 | Windows 7: Aero Peek | new | Feature request | normal | FileZilla Client | |
Description |
I would like to propose to make the tabs of the FileZilla-FTP client individually available for Aero Peek in Windows 7. Additionally the new progress indicator in the taskbar should be used to display the overall upload / download progress to the user. There should be an overall progress at all - actually I can only view the progress of each file-operation. With best regards Inno |
|||||
#5279 | Expand segmentation / tokenization in pathname textboxes | new | Feature request | normal | FileZilla Client | |
Description |
Currently, text segmentation in pathname textboxes seems to be just standard, similar to what I would find in, say, Microsoft Notepad. To elaborate upon what I mean: Take the path "/home/username/wwwroot/website.org/~username/pub-files/dir_name/whatever". Double clicking within this textbox currently selects the maximal recognized token surrounding the current position of the cursor (at least it does so on Windows). This is indeed the expected behavior, but unfortunately the recognized tokens in the above pathname are "/home/username/wwwroot/website.org/~username/pub" and "files/dir_name/whatever". Of course, the recognized tokens should be "home", "username", "wwwroot", "website.org", "~username", and "pub". Further tokenizing "website.org" as "website" and "org" would be acceptable as well. Hopefully this is not too involved of a request. Mozilla Firefox, for example, does this with its address bar, but of course the underlying UI engine is totally different in that case... |
|||||
#5280 | sg gf | closed | Bug report | normal | Other | |
Description |
|
|||||
#5281 | built-in Ident (auth) server | assigned | Feature request | normal | FileZilla Client | |
Description |
a built-in Ident feature. Also known as authentication. Usually listening on port 113. User could select Port, ID and Server type. |
|||||
#5282 | directory listing with STAT -L | closed | Feature request | normal | FileZilla Client | |
Description |
ability to list directory by using STAT -L instead of MLSD. |
|||||
#5283 | Message Log overruns Quick Connect bar | closed | Bug report | normal | FileZilla Client | |
Description |
Filezilla: 3.3.2.1 The message log shows up in the background of the quickconnect bar I though this was fixed in an earlier release, but I can't find it now. This bug was not present in the last version I was using (I don't remember which version it was). I lost the screenshot, but when i can get another one, i will send it in. |
|||||
#5284 | Tray icon | closed | Feature request | normal | FileZilla Client | |
Description |
Often have to upload many files or files of many megabytes, Terner power would be good to filezilla as trayicon, so would risk not close the program and having to restart the rise of the files. It's just an idea, many thanks. Excellent Work-out programs both Filezilla Client and the Server, great job, I've been using the two and is the best of the best for ftp |
|||||
#5286 | FileType displayed incorrectly for VMS | new | Bug report | normal | FileZilla Client | |
Description |
Please refer to earlier ticket 1164. The problem still remains. I believe that, at least for some time, Filezilla 3 did recognize VMS file types in spite of the version number being attached to the file (for example test.zip;3). There was displayed a "zip" icon in the remote file tree next to the filename, and the "auto" transfer mode did work. This is no longer the case. |
|||||
#5287 | Want to automate an FTP session | new | Feature request | normal | FileZilla Client | |
Description |
I want to automate FTP sessions. Please let me know of features , command line, scripts etc. |
|||||
#5288 | Image files with a "." (dot) prefix are transferred as ASCII | reopened | Bug report | normal | FileZilla Client | |
Description |
FileZilla Client version 3.3.2.1 When downloading image files (tested with jpg files) that have a "." prefix in the filename the files are transferred in ASCII mode instead of binary. Such images are created by components of FCKEditor to hold a small thumbnail version of a large image and are named in the format ".myimage.jpg" |
|||||
#5289 | make number of entries in quickconnect list configurable | new | Feature request | normal | FileZilla Client | |
Description |
Hi, i would like you to consider implementing a function to specify the number of entries in the quick connect list. I often use the quick connect function, so I have many many connections in it. It is a little pity that the current limit is 10 entries. I would really appreciate a feature to set this limit individually. thanks, Matthias |
|||||
#5290 | Could not read from socket: ECONNRESET - Connection reset by peer | closed | Bug report | normal | FileZilla Client | |
Description |
Since 3.3.2 I get "Directory listing failed" |
|||||
#5292 | Access to special path failed if the folder name has an extra space at the end | closed | Bug report | normal | FileZilla Client | |
Description |
Thread recap: Access to below folder path failed, the folder ”First vendor” was created by the vendor. /First vendor Command: CWD First vendor Response: 550 Failed to change directory. Error: Failed to retrieve directory listing The problem is that the folder “First vendor” has an extra space at the end, so it was actually “First vendor ”, but we cannot see that in FileZilla client, and we cannot rename or delete the folder. The folder can be accessed using other FTP software like “Leechftp”. |
|||||
#5294 | SFTP problem - Its locks other connexions | closed | Bug report | normal | FileZilla Client | |
Description |
Hello everybody I had private keys for SFTP configuration. When I had 5 keys, all the connexions where OK. If I add a 6th private key, the others connexions ( non SFTP ) doesn't work anymore. The message is : Server sent disconnect message type 2 (protocol error): "Too many authentication failures for xxxxxx" If i Delete the 6th key, it works. The version is Filezilla 3.3.2.1 |
|||||
#5295 | Auto-Upload Option Instead Just Watch Local Edited Files | closed | Feature request | normal | FileZilla Client | |
Description |
Request: Add new auto-upload option instead just 'Watch Locally Edited Files And Prompt To Upload Modification' Where: Edit Menu > Settings > Select Page list > File Editing Target Audience: Programmers, Website Owner, Web Designer, Documentation, etc.. Benefits: Easy for people to auto-upload their works on each 'save' event from editor of choice. |
|||||
#5297 | Correct show of windows | closed | Bug report | normal | FileZilla Client | |
Description |
On Windows 7 x64, the FileZilla main window, after connect to an ftp server, doesnt redraw correctly. |