Custom Query (10423 matches)
Results (5001 - 5100 of 10423)
Ticket | Summary | Status | Owner | Type | Priority | Component |
---|---|---|---|---|---|---|
#3991 | "synchronization" of folders | closed | Feature request | normal | FileZilla Client | |
Description |
Hello, RemoteListView -> OnContextMenu There "Sync Folder" This function will download everything from the remote folder to local, and check remote folder every several minutes if there are any new files. "Sync Folder" -> OnClick -> DialogBox with settings like
It would probably have to create some database file in local folder to keep track of files already downloaded, so this way they can be moved from the local folder anytime. I hope you understand what I mean, Such feature doesn't exist in any ftp client that I've checked Thank you very much ! |
|||||
#3992 | Filezilla considers a text file like a directory | closed | Bug report | normal | FileZilla Client | |
Description |
Version: Filezilla cliente 3.1.5 Local operating system: Windows Xp SP2 Description: We have some text files named *.RAW in a server. When I open the directory where they are placed, Filezilla consider these files like directories. The icon corresponds to a directory. When I try to drag and drop a file (to get one of these files), I cannot do it. The log is the following: Command: CWD file.RAW Response: 550 file.RAW: A parameter must be a directory. Error: Failed to retrieve directory listing If I make "double click" in one of these files (as I it was a directory) the response is the following: Command: RETR file.RAW Response: 150 Opening data connection for file.RAW (768870 bytes). Response: 226 Transfer complete. With other ftp clients it works. Furthermore, we have other servers with this type of files, and they work properly. |
|||||
#3993 | permission denied when download file | closed | Bug report | normal | FileZilla Server | |
Description |
I have an error 550 permission denied when I want to download a file. On server side full control on windows directories and full control on filezilla share folder. Uploading files works fine. filezilla server 0.9.28 beta |
|||||
#3994 | Hide Local Site (add local site to the 'view' drop-down list) | closed | Feature request | normal | FileZilla Client | |
Description |
I'm requesting that the Local Site frame be Hide-able in the same way that the Message Log, Local Directory Tree, etc. frames are Hide-able; using the View Drop-down menu. To me this is a very important option, because of the way I manipulate files; I drag-and-drop files between my local file system explorer and my FTP client(Filezilla). To me, as I'm sure is the same for many, desktop real estate is expensive. Normally this means the simpler and more compact, the better, and I don't use the Local Site frame/pane, so it would be great if I didn't have it taking-up space. |
|||||
#3995 | Files names with accentued characters (é ù ..) not displayed | closed | Bug report | normal | FileZilla Client | |
Description |
See the two screenshots 3.1.5 |
|||||
#3997 | not support vshell 3 - Chinese in filename -> display problems | closed | Bug report | normal | FileZilla Client | |
Description |
When FileZilla 3.1.5 connecting to a VShell server 3.0 (Windows 2003 with Vandyke VShell SSH 3.0.x) by SFTP, the filenames containing Chinese are displayed incorrectly in the remote window. I try change charset to GB2312 or GB18030 and other charset, but not work. note, winscp 4.0.5 display correctly. |
|||||
#3998 | Using BINARY mode transfer even though ASCII is selected! | closed | Bug report | normal | FileZilla Client | |
Description |
I’ve been using FileZilla successfully until I upgraded to version 3.1.5. Despite selecting “Auto” or “ASCII” for the file transfer mode in teh FileZilla menu FileZilla version 3.1.5 always transfers the file in BINARY mode! A sample of the output is as follows: Command: CWD /cgi-bin Response: 250 Directory successfully changed. Command: TYPE A Response: 200 Switching to ASCII mode. Command: PASV Response: 227 Entering Passive Mode Command: RETR hits_out.txt Response: 150 Opening BINARY mode data connection for hits_out.txt (5749 bytes). Response: 226 File send OK. Status: File transfer successful As you can see FileZilla switches to ASCII mode but transfers the file in BINARY mode! I feel this is a major bug with the software. Please could someone investigate as I would really like to keep using FileZilla but the software as it stands is incapable of transferring in ASCII mode without corrupting the file. |
|||||
#3999 | Site Manager: Sites List doesn't scroll during drag'n'drop | closed | Bug report | normal | FileZilla Client | |
Description |
It is not possible to drag a site from one folder to another folder if two of the folders are not viewable (need to scroll) because while we drag a site to the list edge, the scrollbar doesn't scroll with it. I hope it explain it. Try make two folders under My Sites root folder. Then make 10 or more sites in first folder. Try move a site from first folder to second folder. Don't collapse the folder, let it expanded. Thanks |
|||||
#4002 | Windows update failure | closed | Bug report | normal | FileZilla Client | |
Description |
When the update-manager has downloaded the newest version it cannot run automatically the .exe(see the picture attached) so I have to manually find the .exe and run it. |
|||||
#4003 | Error in French translation | closed | Bug report | normal | FileZilla Client | |
Description |
Hi You are using English units for the file sizes. In French, you should use the following units : 1 o (1 byte) (never used, converts to Ko instead) 1 Ko (1 KB) 1 Mo (1 MB) 1 Go (1 GB) 1 To (1 TB) Thank you! |
|||||
#4004 | Upload files as <filename>.tmp, rename after successful upload | new | Feature request | normal | FileZilla Client | |
Description |
I would like Filezilla to have an option to upload files to a temporary name on the server, and rename the files when done. For example:
Then you know the file on the server is done. This way, it would be much easier to know:
There's a bunch of cases where functionality like this would be really useful, so this would at least be a great option. I think perhaps it could be a good default behaviour as well. |
|||||
#4005 | Calculate md5 on upload, and create file on server with md5 digest | new | Feature request | normal | FileZilla Client | |
Description |
Assume a user is uploading 1234.dat to an FTP server, and is concerned that the file will make it across. A really useful option for the integrity conscious out there would be for filezilla to calculate the md5sum of a file being uploaded (virtually free, since the entire file is being read anyway), and when the file transfer is complete, upload a file called 1234.dat.md5 (or perhaps md5/1234.dat) that contains the md5sum of the original file, so that it can be verified on the server side. TCP handles integrity to some extent, but it is not the most robust method. Bugs in an FTP server could also be detected like this, and memory/disk errors on the FTP server. |
|||||
#4007 | Failed to retrieve directory listing in v3.1.5.1 FTPES | closed | Bug report | normal | FileZilla Client | |
Description |
Windows XP client build 5.1.2600 w/ SP2. Trying to connect using FZ client to a RHEL server running VSFTPD configured with FTP over explicit SSL. Using the latest FZ client version (3.1.5.1), could connect to the server however fails trying to bring up the directory listing. Error: Failed to retrieve directory listing Session is using passive transfer method, however, using active transfer produces same result. In older version of FZ client(v3.0.8.1) this connects and displays the directory listing without issue. This has been reproduced on numerous client PCs testing both versions connecting to our server. Attaching trace logs of both. Appears as though something has changed when it comes to TLS in the newer version of FZ client. |
|||||
#4008 | Remote file and directory dates wrong | closed | Bug report | normal | FileZilla Client | |
Description |
SFTP to remote has incorrect filedates and times (most all around 1969) Server is CoreFTP. Other clients that display correctly are FireFTP, WSftp Pro, etc. Tested from numerous locations & computers, and several 3.x versions. |
|||||
#4009 | automatically clear private data on exit | new | Feature request | normal | FileZilla Client | |
Description |
Borrowing a design concept from Mozilla Firefox, it is kindly requested to implement an optional method to clear private data upon exiting the application. Perhaps introducing a page under Settings could facilitate this feature. The behavior of this page would allow the user to select any or all of the private data categories (Clear quickconnect history, Clear reconnect information, Clear Site Manager entries, Clear transfer queue) to clear automatically when closing the application. Regards. |
|||||
#4010 | Drag and Drop | closed | Bug report | normal | FileZilla Client | |
Description |
Hi ! I've try the new version 3.5.1 then 3.5.1.1 I don't manage anymore to use the drag and drop to place files or folder on my FTP. This function is essential and make me spend fewer time to search file. Why this function doesn't work anymore ? Iam on Windows Vista SP1 |
|||||
#4012 | Edit application | closed | Bug report | normal | FileZilla Client | |
Description |
I entered "Notepad.exe" as edit software to use for editing. When I ask to edit an .html file it uses the default browser to display the file and impossible to edit the text |
|||||
#4013 | Remote Site Not Refreshing | closed | Bug report | normal | FileZilla Client | |
Description |
I connect daily to a server and download files that are created daily. For the last week or so I have noticed that the remote site file dates do not refresh. It does not matter if I click the refresh button, shut down FileZilla and reconnect the remote site window file dates do not change. If I go to the server via other means I can see clearly that the date is the current date so FileZilla is not picking up the new file dates. The file names are always the same only the size and creation date are changed. I read through previous and did not see any tickets reporting this specific bug. |
|||||
#4016 | Add files to queue broken | closed | Bug report | normal | FileZilla Client | |
Description |
Filezilla version: 3.1.5.1 I have a multi-level folder directory that could not be added to the queue to be uploaded correctly. The folder structure is similar as follows: - www - _images - folderA - folderB - image1.jpg - image2.jpg - _templates - folderC - folderD - folderE - folderF - template1.tpl - template2.tpl
When in the local directory, and in the
More correctly, only the files in the This worked correctly with filezilla 2.2.30 but has broken with the current version. |
|||||
#4017 | Opening Site Manager causes crash | closed | Bug report | normal | FileZilla Client | |
Description |
I am currently running FileZilla 3.1.5.1 but this issue has been happening on previous versions as well. When I try to open the site manager (either from the File Menu, toolbar icon, or CTRL+S shortcut) FileZilla crashes. The Vista crash information is as follows: Problem signature:
I am able to use the rest of the application but just can't have saved sites. If there is any further information that you would like I'd be happy to update the incident. |
|||||
#4018 | 1 connection or more crashes filezilla | closed | Bug report | normal | FileZilla Client | |
Description |
when i trying to upload files to my hosting..which i have report thi before and it will damm crashes!! it still crashes when put to 1 connection i have windows vita sp1 please fix this and i am using the latest filezilla 3.1.5.1 |
|||||
#4019 | SafeTP support | closed | Feature request | normal | FileZilla Client | |
Description |
Is it possible to add SafeTP (http://safetp.cs.berkeley.edu/) support for FileZilla client? I'd appreciate that... |
|||||
#4020 | Individual Folder Configurations for Overwriting Files | new | Feature request | normal | FileZilla Client | |
Description |
I would like to see a setup so as to store paticular configurations for overwriting files and other things for paticular folder names. I am constantly working with the same 12 or so folders, the root folder never changes, some of them have a change about once a month, and some of them there are changes made every day. I would love to have a confirmation notice when it comes to folders in the updated infrequently folders, but i want it supressed in the folders that I am always going into. I think it would be a good feature if FileZilla could read the folder name and apply special permissions if it matches a name in a configuration file. |
|||||
#4021 | FileZilla Server produces ECONNABORTED with TLS/SSL | closed | Bug report | normal | FileZilla Server | |
Description |
When trying to connect to Filezilla Server 0.9.27 or 0.9.29 with TLS enabled from Filezilla Client 3.1.5.1 the client reports: "Server did not properly shutdown TLS connection" followed by "ECONNABORTED". It appears to authenticate properly, but fails when trying to retrieve a directory listing. Forcing data encryption does not help. |
|||||
#4022 | FileZilla crashes while processing a queue | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla Client 3.1.5.1 Windows XP MCE 2002 + SP3 The client crashes reproducably while processing a large queue. Every time I start running my queue when I come back to the system, it has crashed. I couldn't locate any symbols for FileZilla. I have attached a minidump, and I have a full process dump I extracted it from if you need it. ================== !analyze -v ==================== FAULTING_IP: filezilla+528329 00928329 8b02 mov eax,dword ptr [edx] EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff) ExceptionAddress: 00928329 (filezilla+0x00528329)
NumberParameters: 2 Attempt to read from address 00000004 DEFAULT_BUCKET_ID: INVALID_POINTER_READ PROCESS_NAME: filezilla.exe ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s". READ_ADDRESS: 00000004 FAULTING_THREAD: 00001158 PRIMARY_PROBLEM_CLASS: INVALID_POINTER_READ BUGCHECK_STR: APPLICATION_FAULT_INVALID_POINTER_READ LAST_CONTROL_TRANSFER: from 005540e7 to 00928329 STACK_TEXT: WARNING: Stack unwind information not available. Following frames may be wrong. 0022f4f0 005540e7 0022f57c 00000004 0022f530 filezilla+0x528329 0022f510 0055dcd4 0022f57c 00000000 0022f83c filezilla+0x1540e7 0022f5d0 0055e3e6 01573b90 0022f83c 0055e1d6 filezilla+0x15dcd4 0022f770 00546b4d 01573b90 0022f83c 00000001 filezilla+0x15e3e6 0022f7a0 004c30c0 01573b90 0022f83c 00000000 filezilla+0x146b4d 0022f950 004c3dfe 0157be18 013effa0 00000001 filezilla+0xc30c0 0022f9d0 004c423f 0157be18 013effa0 040f6360 filezilla+0xc3dfe 0022fa00 004c436f 0157be18 013effa0 040f6360 filezilla+0xc423f 0022fa20 0081c0ef 0157be18 015a1230 004c4300 filezilla+0xc436f 0022fa50 0081c900 00aad320 0157be18 015a1230 filezilla+0x41c0ef 0022fa80 0081cc3b 00aad2ec 015a1230 0157be18 filezilla+0x41c900 0022faa0 0081ceff 0157be18 015a1230 015a1230 filezilla+0x41cc3b 0022fb10 00857305 0157be18 0404d498 01383420 filezilla+0x41ceff 0022fb30 00911960 013831c8 00911949 0003016f filezilla+0x457305 0022fb50 7e42b372 00000000 00000001 0022fbec filezilla+0x511960 0022fb6c 7e42b317 00030000 00000001 0022fbec user32!DispatchHookW+0x31 0022fba8 7e4278d0 0022fbdc 0022fbec 0022fc08 user32!CallHookWithSEH+0x21 0022fbcc 7c90e453 0022fbdc 00000030 00030000 user32__fnHkINLPMSG+0x25 0022fc08 7e4191be 7e4191f1 0022fc90 00000000 ntdllKiUserCallbackDispatcher+0x13 0022fc28 007cceb8 0022fc90 00000000 00000000 user32NtUserGetMessage+0xc 0022fcb8 007d1724 01592760 00400000 0022fd28 filezilla+0x3cceb8 0022fd28 00773c8a 01592760 00320035 0022fda8 filezilla+0x3d1724 0022fda8 008933b7 013831c8 003f6ad8 00aaa010 filezilla+0x373c8a 0022fe08 00771e89 0022fea8 003f6ad8 00000001 filezilla+0x4933b7 0022feb8 0042c1ab 00400000 00000000 00252356 filezilla+0x371e89 0022fed8 008e4719 00400000 00000000 00252356 filezilla+0x2c1ab 0022ff58 004010a7 004012f0 009b3b94 0022ff78 filezilla+0x4e4719 0022ffa0 00401123 00000002 aefa2d08 7c90dc9c filezilla+0x10a7 0022ffc0 7c817067 00320035 00360034 7ffd9000 filezilla+0x1123 0022fff0 00000000 00401110 00000000 00000000 kernel32BaseProcessStart+0x23 STACK_COMMAND: ~0s; .ecxr ; kb FOLLOWUP_IP: filezilla+528329 00928329 8b02 mov eax,dword ptr [edx] SYMBOL_STACK_INDEX: 0 SYMBOL_NAME: filezilla+528329 FOLLOWUP_NAME: MachineOwner MODULE_NAME: filezilla IMAGE_NAME: filezilla.exe DEBUG_FLR_IMAGE_TIMESTAMP: 491ef087 FAILURE_BUCKET_ID: INVALID_POINTER_READ_c0000005_filezilla.exe!Unknown BUCKET_ID: APPLICATION_FAULT_INVALID_POINTER_READ_filezilla+528329 Followup: MachineOwner |
|||||
#4023 | Cancelled transfers are added to the Successful transfers list | assigned | Bug report | normal | FileZilla Client | |
Description |
When the destination file already exist, and we click on "Cancel" on the dialog window, the transfer is not done, but the transfer is added in Successfull transfers list This is not correct. FileZilla 3.1.5.1 |
|||||
#4024 | Mapped Network Drives not shown 3.1.4+ | closed | Bug report | normal | FileZilla Client | |
Description |
I have just upgraded FileZilla Client from 3.1.3.1 to 3.1.5.1 and cannot access my mapped network drives now. I have rolled back to 3.1.3.1 and can again see the drives but (by trial and error) have proven that 3.1.4 and later do not display the drives to me. I have also tried the latest nightly (22 Nov 08)and the experience the same behaviour. I notice that one of the changelog notes for 3.1.4 reads " MSW: React to added or removed drive letters", I don't know whether this is connected to this problem possibly. I've attached a screenshot showing FileZilla alongside windows explorer so that you can see the network drives which are missing from the local view. Thanks |
|||||
#4025 | "Connection Closed by Server" message | closed | Bug report | normal | FileZilla Server | |
Description |
I have a "connection closed by server" message as an error message on the last line of the top large box, yet data continues to be exchanged, as indicated by the bottom box (progress line as well as the number listed) and also my computer also shows data is being transferred. It has transferred at least 100 mb since this error message came up, and continues to transfer more to the site. |
|||||
#4026 | FileZilla & case-sensitive filenames | closed | Bug report | normal | FileZilla Server | |
Description |
I need to add shared folder, which is virtual drive of FTPDrive proggie (drive Z: f.e.). When I came to drive Z: by Far manager - all fine. When I add Z: to shared folders of FileZilla Server - I cannot change/list dir except root. From FTPDrive logs (by Z: letter): [22731781|2828] Sending 'CWD Books [22731781|2828] RecvResponse(31788768) [22731812|2828] RecvResponse(31788768) responce='250 Directory successfully changed. [22731812|2828] CWD Books
(by FileZilla FTP Server with shared folder Z:): [22711953|3180] Sending 'CWD books [22711953|3180] RecvResponse(31788768) [22711968|3180] RecvResponse(31788768) responce='550 Failed to change directory. [22711968|3180] CWD books
FileZilla Server converts case to lower, but FTP mapped like Z: drive is case-sensitive. |
|||||
#4027 | preserve site manager's setting during upgrade | closed | Feature request | normal | FileZilla Client | |
Description |
A suggestion for improvement. Scenario I encountered:Filezilla prompted me to upgrade to this latest version when I opened it. I clicked it, it downloaded and installed. After that, I found my sitemanager's setting all gone. yes, thank God I did export my settings weeks ago. But I couldn't off hand recall where I kept it. suggestion:It would be nice if the version upgrading process can retain the setting of the site manager. So, what happened after that:well, since I could not find my filezilla.xml, I had to manually entered the settings again. |
|||||
#4028 | Incorrect usages of memset function | closed | Bug report | normal | FileZilla Server | |
Description |
We've detected following issues in sources from https://filezilla.svn.sourceforge.net/svnroot/filezilla/FileZilla Server/trunk/...
247: MEMORYSTATUS memoryStatus; 248: 249: memset (&memoryStatus, sizeof (MEMORYSTATUS), 0); 250: memoryStatus.dwLength = sizeof (MEMORYSTATUS); Line 249 should be 249: memset (&memoryStatus, 0, sizeof (MEMORYSTATUS));
Regards, Dmytro Gorbunov Leader of SaveSources team http://savesources.com |
|||||
#4029 | Takes ages to refresh | closed | Bug report | normal | FileZilla Client | |
Description |
Hello! I am totally in love with this client and have been using Firezilla for more than an year now but your latest version is so disappointing. It takes some 10 seconds to refresh my local files and the remote ones. It just goes on loading and then refreshes. This also happens when I delete a file. Please fix this as soon as possible. Thank You! Vatsan |
|||||
#4031 | Doesn't properly recurse folders | closed | Bug report | normal | FileZilla Client | |
Description |
The other day, I downloaded and extracted the zip package of poMMo to my desktop client. After using FileZilla 3.1.5.1 to upload the files to the server, poMMo install would not run properly. Investigating the problem, I noticed that not all of the files were uploaded, and FileZilla was not properly recursing all of the directories. Steps to reproduce:
Had same problem on two different computers. Vista Ultimate x64 and XP Pro SP3 |
|||||
#4032 | Details of trusted certificate cannot be viewed | closed | Feature request | normal | FileZilla Client | |
Description |
Once you indicate that you trust a certificate used for connection, by checking the box "Always trust certificate in future sessions", you can no longer view programmatically the details of that certificate, which you might want to do for various reasons, especially if there are changes at the organization owning/operating the server. |
|||||
#4033 | Expired certificate cannot be trusted | closed | Feature request | normal | FileZilla Client | |
Description |
The box for trusting a certificate in future sessions is greyed out when the certificate received is expired (at least, I presume this is why the box is greyed out). The decision to trust the certificate in this case should be made by the user, not by the application. It would not be untowards to request additional confirmation of the trust in the case the certificate is expired. By the way, what happens when a trusted certificate expires? |
|||||
#4034 | Version 3.1.5.1 (and 3.2.0) won't list directory but 2.2.10 does. | closed | Bug report | normal | FileZilla Client | |
Description |
Here's a weird one. A site that I haven't visited using FZ for a while (I have a program that does automated download from there that works fine though). Today I connected using FZ 3.1.5.1 and it showed the remote directory as empty. I tried passive, active, force show hidden files, all with the same result. So I went to another machine on the same network that hasn't been upgraded from 2.2.10 yet, and it displays the files fine. Debug logs are attached, grateful for any pointers. ROSCO |
|||||
#4035 | Could not load | closed | Bug report | normal | FileZilla Client | |
Description |
Could not load c:/users/me/appdata/roaming/filezilla/filezilla.xml, make sure the file is valid, fot this session default settings will be used and any cahnges to the settings are not persistent I HAVE seen the answer on similar ticket http://trac.filezilla-project.org/ticket/4015 and checked that the file is valid and can be accessed but still have the problem after last update. |
|||||
#4036 | FZ fails to parse trailing / in PWD dir names and strips traling / on CWD | closed | Bug report | normal | FileZilla Client | |
Description |
FZ Version: 3.1.5.1 Issue also vitnessed in version 3.1.2, 3.1.5 Issue does not exist in (at least) version 2.2.11 When FTP server return, f.e., "257 "9.256/" is current directory." upon FZ issuing command "PWD", FZ fails to parse with (debug) message "ControlSocket.cpp(356): Failed to parse returned path. caller=0p13482d8". Also, when I manually type in a directory name with a trailing / in the "Remote site:" field, FZ strips the trailing slash before sending it to the server. Observable in the message log: Command: CWD /9.258 And also observable in a Packetcapture. rgds, Henrik. |
|||||
#4037 | Open Sitemanager each time FileZilla starts | closed | Feature request | normal | FileZilla Client | |
Description |
This was closed with the comment: "Create a shortcut to the FileZilla executable and add the -s argument. That opens the site manager at startup." Um... That's fine in Windows. How would I do that on Mac OS X? |
|||||
#4038 | Error loading xml file | closed | Bug report | normal | FileZilla Client | |
Description |
First Error on load Could not load "C:\Users\(name)\AppData\Roaming\FileZilla\filezilla.xml" make sure the file is valid. For this session, default settings will be used and any changes to the settings are not persistent. and Second error Could not load "C:\Users\{name}\AppData\Roaming\FileZilla\queue.xml" please make sure the file is valid and can be accessed. The queue will not be saved. FileZilla runs fine otherwise |
|||||
#4039 | filezilla client list directory wrong | closed | Bug report | normal | FileZilla Client | |
Description |
The ftp server on aix, and client on windows xp home(hp oem) + sp3 my connect info: Status: Resolving address of xx.xx.xx.xx Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 emis FTP server (Version 4.2 Tue Nov 14 12:49:19 CST 2006) ready. Command: USER notesems Response: 331 Password required for notesems. Command: PASS Response: 230-Last unsuccessful login: 公元2008年10月19日 星期日 16时57分18秒 on /dev/pts/0 from 10.175.67.50 Response: 230-Last login: 公元2008年11月27日 星期四 12时14分41秒 on ftp from ::ffff:10.175.67.58 Response: 230 User notesems logged in. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/EMISapp/notesdata" is current directory. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD 00时00 IBM_TECHNICAL_SUPPORT Response: 550 00时00 IBM_TECHNICAL_SUPPORT: No such file or directory Error: Failed to retrieve directory listing The correct directory is "IBM_TECHNICAL_SUPPORT" not "00时00 IBM_TECHNICAL_SUPPORT", that looks like add time or year prefix in correct directories. |
|||||
#4040 | Provide a way to prefix/suffix timestamp for "Rename if file already exists" | new | Feature request | normal | FileZilla Client | |
Description |
It would be very very beneficial if an option is provided, that simply renames the existing file with a timestamp. e.g. When I upload a file named index.php to a server and if the FileZilla finds index.php already existing on the server it should rename the existing version to index<timestamp>.php and copy the new one from local source. This would be a great versioning feature and will help many programmers. |
|||||
#4041 | LIST Issue with SSL/TLS Connection | closed | Bug report | normal | FileZilla Server | |
Description |
Hi, The following information concern Error in the syslog of Filezilla, i used the last version of Server and Client. Status: Resolving address of ulyssefbo.serveftp.com Status: Connecting to 81.48.120.218:990... Error: Connection attempt interrupted by user Status: Resolving address of ulyssefbo.serveftp.com Status: Connecting to 81.48.120.218:20... Status: Connection established, initializing TLS... Status: Verifying certificate... Status: TLS/SSL connection established, waiting for welcome message... Response: 220-FileZilla Server version 0.9.29 beta Response: 220-written by Tim Kosse (Tim.Kosse@…) Response: 220 Please visit http://sourceforge.net/projects/filezilla/ Command: USER frederic Response: 331 Password required for frederic Command: PASS * Response: 230 Logged on Command: SYST Response: 215 UNIX emulated by FileZilla Command: FEAT Response: 211-Features: Response: MDTM Response: REST STREAM Response: SIZE Response: MLST type*;size*;modify*; Response: MLSD Response: AUTH SSL Response: AUTH TLS Response: UTF8 Response: CLNT Response: MFMT Response: 211 End Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 Protection level set to P Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I Command: PORT 16,212,216,127,174,168 Response: 200 Port command successful Command: LIST Response: 150 Opening data channel for directory list. Response: 425 Can't open data connection. Error: Failed to retrieve directory listing Status: Retrieving directory listing... Command: PORT 16,212,216,127,174,177 Response: 200 Port command successful Command: LIST Response: 150 Opening data channel for directory list. Response: 425 Can't open data connection. Error: Failed to retrieve directory listing Status: Retrieving directory listing... Command: PORT 16,212,216,127,174,178 Response: 200 Port command successful Command: LIST Response: 150 Opening data channel for directory list. Response: 425 Can't open data connection. Error: Failed to retrieve directory listing Status: Retrieving directory listing... Command: PORT 16,212,216,127,174,182 Response: 200 Port command successful Command: LIST Response: 150 Opening data channel for directory list. Response: 425 Can't open data connection. Error: Failed to retrieve directory listing Status: Retrieving directory listing... Command: CWD /films Response: 550 CWD failed. "/films": directory not found. Error: Failed to retrieve directory listing Status: Retrieving directory listing... Command: CWD /c:/films Response: 550 CWD failed. "/c:/films": directory not found. Error: Failed to retrieve directory listing Status: Sending keep-alive command Command: TYPE I Response: 200 Type set to I Status: Retrieving directory listing... Command: CWD / Response: 250 CWD successful. "/" is current directory. Command: PWD Response: 257 "/" is current directory. Command: PORT 16,212,216,127,24,209 Response: 200 Port command successful Command: LIST Response: 150 Opening data channel for directory list. Response: 425 Can't open data connection. Error: Failed to retrieve directory listing Status: Sending keep-alive command Command: PWD Response: 257 "/" is current directory. Thanks, Frederic |
|||||
#4042 | FileZilla Fails to upload entire folder tree | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla v3.1.5.1 seems to have a problem uploading Entire file trees. on an attempt to upload a folder tree, I dragged and dropped the base folder of a wordpress plugin in FileZilla. The base folder and immediate sub-folders were transferred, with the files they contain. However, any folders further down the tree were not transferred. In reference to the attached screenshot, the highlighted folder was the one I dragged and dropped (from local window in FZ to server window in FZ). The sub-folders marked in green were sucessfully transferred with the files contained. The folders further down the tree marked in red were not transferred. The fault is consistent on my system, but has not ocurred in previous versions of FileZilla. System spec HP 8510w Mobile Workstation (laptop)(nVidia QuadroFX 570m graphics card, intel Core2 Duo T7700, 4 GB RAM) Running english Windows Vista x64 SP1 |
|||||
#4043 | Directory Count Wrong by 2 | closed | Bug report | normal | FileZilla Client | |
Description |
This could be caused by the "." and ".." directories under linux. In the log... 00:05:25 Response: 226 1706 matches total In the program (under horizontal scrollbar)... 1704 directories |
|||||
#4044 | FileZilla crashes while uploading files in bulk | closed | Bug report | normal | FileZilla Client | |
Description |
I am using the latest of FileZilla 3.1.5.1. OS-Windows XP with SP3, RAM-2GB, Processor-Intel Core 2 Duo 1.80. I am uploading around 160000 jpg images to our site using FTP. I am using the anonymous account for the FTP. For the first time about 30000 images uploaded successfully. Suddenly the system restarted due to power fluctuation. I have again started uploading the same selecting the option "Overwrite is different size or source newer". But this time FileZilla crashed. I have again tried for 3 to 4 time but got the same. I have reinstalled FileZilla but the same problem occurs. I am sending the windows error report along with snap shots |
|||||
#4045 | Subdirectory transfer error | closed | Bug report | normal | FileZilla Client | |
Description |
When I transfer from local to server a directory with files and subdirs often filezilla transfer only files and make directories without files inside. I've tried this with Filezilla 3.1.5.1 on windows xp pro. Thanks in advance Tarichecco |
|||||
#4046 | Error on upload to our web servers | closed | Bug report | normal | FileZilla Client | |
Description |
I love your product and have recently had this issue: 11:23:01 Response: 220 imoweb2 Microsoft FTP Service (Version 5.0). 11:23:01 Command: USER imof2008 11:23:01 Response: 331 Password required for imof2008. 11:23:01 Command: PASS * 11:23:04 Response: 230 User imof2008 logged in. 11:23:04 Status: Connected 11:23:04 Status: Starting upload of L:\Database files\11-17-08\LMRP\adm4_lmrp_prod.dmp.gz 11:23:04 Command: CWD /Medications/IMO Medications Core/Test 11:23:04 Response: 250 CWD command successful. 11:23:04 Command: TYPE I 11:23:04 Response: 200 Type set to I. 11:23:04 Command: PASV 11:23:04 Response: 227 Entering Passive Mode (192,168,30,46,16,126). 11:23:04 Command: STOR adm4_lmrp_prod.dmp.gz 11:23:04 Response: 125 Data connection already open; Transfer starting. 11:26:36 Error: Could not write to transfer socket: ECONNRESET - Connection reset by peer This happens on both servers. Please let me know if there is anything I need to do on my side. Thanks. |
|||||
#4047 | fzsftp.exe wrong path in Vista 64 | closed | Bug report | normal | FileZilla Client | |
Description |
In my Vista 64 machine, FileZilla installs by default in "c:\Program Files (x86)\FileZilla FTP Client" but when I try to connect to a FTP using SFTP I get the error: Filezilla Error Execution of command '"C:\Program Files\FileZilla FTP Client\fzsftp.exe" -v' failed (error 3: the system cannot find the path specified.) OK It should be launching the executable from "c:\Program Files (x86)\FileZilla FTP Client" instead of "C:\Program Files\FileZilla FTP Client\fzsftp.exe". |
|||||
#4048 | File path disappears when trying to edit history | new | Bug report | normal | FileZilla Client | |
Description |
To recreate:
If you press Enter here the path will just disappear from the box, rather than opening the path you've typed in the box. |
|||||
#4049 | Fail to list drive | closed | Bug report | normal | FileZilla Client | |
Description |
Hi All, I tried to open an ftp session on a packetshaper (QoS product from BlueCoat - ex Packeteer). It works well with quit all version but with the mast release, it's impossible. It works with an ftp open in command line. Here the log: Status: Connecting to 172.16.0.250:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 172.16.0.250 PacketShaper FTP server ready. Trace: CFtpControlSocket::SendNextCommand() Command: USER vincent Trace: CFtpControlSocket::OnReceive() Response: 331 vincent login ok, send PacketShaper touch password. Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230 User touch logged in. Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 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 "9.256/" is current directory. Trace: ControlSocket.cpp(356): Failed to parse returned path. caller=0p1b50ff0 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "9.256/" is current directory. Trace: ControlSocket.cpp(356): Failed to parse returned path. caller=0p1b50ff0 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing If you need more trace, don't hesitate. Thanks for your help Cheers Vincent |
|||||
#4050 | better support through firewalls doing passive ftp and passive ftp over ssl through nat | closed | Feature request | normal | FileZilla Server | |
Description |
Currently most firewalls examine the response information sent from the ftp server back to the ftp client during a passive ftp session. The firewalls modify the response so that an internal ftp server responding with an internal address in a passive response is changed so that it contains the external address corresponding to the nat policy rules on the firewall. Basically [192,168,127,2,78,34] would be changed by the firewall to the external WAN ip for the NAT. This works fine as long as your doing regular ftp. However when you do ftp over ssl passive you have to tell the filezilla server which external ip to use in the passive settings of the server. You have the option of doing this already and there is a checkbox to use the internal address if a localhost is connecting. This all works great unless your now trying to use that standard ftp passive connection through the firewall.. a firewall that is attempting to manipulate the data in the passive response. When the firewall sees that outbound reply traffic back to the ftp client and it contains the external wan address, instead of the internal ip address, it has no idea what to do and drops the traffic assuming its some sort of spoof. I have used several firewalls, watchguard, sonicwall, and they all perform the same way. However, if there was a checkbox for "use local address for standard ftp passive connections" such that any connection over passive to port 21 would result in the reply response using the internal address instead of the wan address, well it would solve all of these issues with firewalls and how they work. This way, the only connection replys outbound back to the client would be either the internal address for port 21, which the firewall would modify, or the external wan address for anything else. Of course, not forgetting the current setting for using the internal address for local connections. Thank you |
|||||
#4051 | Skin problem | closed | Bug report | normal | FileZilla Client | |
Description |
I'm using version 3.1.2, which is the latest version available with Ubuntu 8.10. I'm using the default skin of Ubuntu, and it's hard to use Filezilla because of the font color. There is almost no contrast, the font color is light beige, and the background is white. I haven't found anything in the options to change the skin of the font, just the skin of the icons. Here a screenshot : http://tof.canardpc.com/show/29bd717e-2563-4200-b8fc-81fe721c9f0f.html I hope it's clear enough. /vichenze |
|||||
#4052 | Date parsing in AIX with language set as icelandic wrong | closed | Bug report | normal | FileZilla Client | |
Description |
Hi, When opening ftp on AIX servers that have LANG=is_IS the directory listing in filezilla gets messed up. This is not a problem when sftp is used. Attached is a file with examples for each month of the year |
|||||
#4053 | Add an option to automatically delete the installation file after an update | new | Feature request | normal | FileZilla Client | |
Description |
On the "Check for updates" window, I would like to see an option (checkbox) to automatically delete the installation file after the update is complete. Currently, the user is asked where to download the update file. After the update is complete, the .EXE file is left in the download directory and must be manually deleted by the user. |
|||||
#4054 | Lost everything | closed | Bug report | normal | FileZilla Client | |
Description |
Hi FzP, I've been running Wimpdows XP (5.1 SP2) with v2.2.27 for awhile with few problems so I thought it'd be nice to see what's been added to the newer version - so I just D/Led 3.1.6 win32 and 3.1.6 for the Mac and installed win32 into my existing FZ directory and it promptly wiped out all 25+ site profiles. Nothing, wiped clean :( Is there a way I can get them back - as I don't remember all the passwords ? I know, shoulda backedup 1st :( - but for some reason, trusted your programme.. Thanks, Nick. . . |
|||||
#4055 | Request for History [paths of local site and remote site] | new | Feature request | normal | FileZilla Client | |
Description |
Hi again FzP, I loved WS_FTP's history feature.. If I logged back in tomorrow or in three months it still shows the last 25-30 directories that I went to all on a site profile basis. So I didn't have to remember or retype any of those long or hard to recall deep down directories - it was great and my only (well, main) :) disappointment with FZ... It also has 'sound' notification when a D/L is finished - nice if you're D/Ling larger files and are away from the computer.. If possible, can that (they) be added.. Thanks much, Nick. . . |
|||||
#4056 | Error listing a directory when using FTPES | closed | Bug report | normal | FileZilla Client | |
Description |
When connecting to host-europe over ftp + explicit ssl, filezilla cannot list directories after version 3.1.4 or so. IIRC there once was a discussion about a similar problem somewhere but ... Anyway, here is the transcript (in German sorry): 12:27:33 Status: Verbindung zum Server getrennt 12:27:33 Trace: CFtpControlSocket::ResetOperation(66) 12:27:33 Trace: CControlSocket::ResetOperation(66) 12:27:33 Status: Auflösen der IP-Adresse für ###SERVER###.net 12:27:35 Status: Verbinde mit ###IP###:21... 12:27:35 Status: Verbindung hergestellt, warte auf Willkommensnachricht... 12:27:35 Trace: CFtpControlSocket::OnReceive() 12:27:35 Antwort: 220 ###IP### FTP server ready 12:27:35 Trace: CFtpControlSocket::SendNextCommand() 12:27:35 Befehl: AUTH TLS 12:27:35 Trace: CFtpControlSocket::OnReceive() 12:27:35 Antwort: 234 AUTH TLS successful 12:27:35 Status: Initialisiere TLS... 12:27:35 Trace: CTlsSocket::Handshake() 12:27:35 Trace: CTlsSocket::OnSend() 12:27:35 Trace: CTlsSocket::OnRead() 12:27:35 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: Handshake successful 12:27:36 Trace: Cipher: AES-128-CBC, MAC: SHA1 12:27:36 Status: Überprüfe Zertifikat... 12:27:36 Trace: CFtpControlSocket::SendNextCommand() 12:27:36 Befehl: USER ###ACCOUNT### 12:27:36 Status: TLS/SSL-Verbindung hergestellt. 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CFtpControlSocket::OnReceive() 12:27:36 Antwort: 331 Password required for ###ACCOUNT###. 12:27:36 Trace: CFtpControlSocket::SendNextCommand() 12:27:36 Befehl: PASS 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CFtpControlSocket::OnReceive() 12:27:36 Antwort: 230 User ###ACCOUNT### logged in. 12:27:36 Trace: CFtpControlSocket::SendNextCommand() 12:27:36 Befehl: PBSZ 0 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CFtpControlSocket::OnReceive() 12:27:36 Antwort: 200 PBSZ 0 successful 12:27:36 Trace: CFtpControlSocket::SendNextCommand() 12:27:36 Befehl: PROT P 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 200 Protection set to Private 12:27:37 Status: Verbunden 12:27:37 Trace: CFtpControlSocket::ResetOperation(0) 12:27:37 Trace: CControlSocket::ResetOperation(0) 12:27:37 Status: Empfange Verzeichnisinhalt... 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::ChangeDirSend() 12:27:37 Befehl: PWD 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 257 "/" is current directory. 12:27:37 Trace: CFtpControlSocket::ResetOperation(0) 12:27:37 Trace: CControlSocket::ResetOperation(0) 12:27:37 Trace: CFtpControlSocket::ParseSubcommandResult(0) 12:27:37 Trace: CFtpControlSocket::ListSubcommandResult() 12:27:37 Trace: state = 1 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::TransferSend() 12:27:37 Trace: state = 1 12:27:37 Befehl: TYPE I 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 200 Type set to I 12:27:37 Trace: CFtpControlSocket::TransferParseResponse() 12:27:37 Trace: code = 2 12:27:37 Trace: state = 1 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::TransferSend() 12:27:37 Trace: state = 2 12:27:37 Befehl: PASV 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 227 Entering Passive Mode (###IP###,197,177). 12:27:37 Trace: CFtpControlSocket::TransferParseResponse() 12:27:37 Trace: code = 2 12:27:37 Trace: state = 2 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::TransferSend() 12:27:37 Trace: state = 4 12:27:37 Befehl: LIST 12:27:37 Trace: CTransferSocket::OnConnect 12:27:37 Trace: CTlsSocket::Handshake() 12:27:37 Trace: CTlsSocket::OnSend() 12:27:37 Trace: CTlsSocket::OnSend() 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CTlsSocket::Handshake() 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 150 Opening ASCII mode data connection for file list 12:27:37 Trace: CFtpControlSocket::TransferParseResponse() 12:27:37 Trace: code = 1 12:27:37 Trace: state = 4 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::TransferSend() 12:27:37 Trace: state = 5 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CTlsSocket::Handshake() 12:27:37 Trace: Handshake successful 12:27:37 Trace: Session resumed 12:27:37 Trace: Cipher: AES-128-CBC, MAC: SHA1 12:27:37 Trace: CTransferSocket::OnConnect 12:27:38 Trace: CTlsSocket::OnRead() 12:27:38 Trace: CTransferSocket::OnReceive(), m_transferMode=0 12:27:38 Trace: GnuTLS error -9: A TLS packet with unexpected length was received. 12:27:38 Status: Server hat die TLS-Verbindung nicht ordnungsgemäß geschlossen 12:27:38 Fehler: Could not read from transfer socket: ECONNABORTED - Connection aborted 12:27:38 Trace: CTransferSocket::TransferEnd(3) 12:27:38 Trace: CFtpControlSocket::TransferEnd() 12:27:38 Trace: CTlsSocket::OnRead() 12:27:38 Trace: CFtpControlSocket::OnReceive() 12:27:38 Antwort: 226 Transfer complete. 12:27:38 Trace: CFtpControlSocket::TransferParseResponse() 12:27:38 Trace: code = 2 12:27:38 Trace: state = 7 12:27:38 Trace: CFtpControlSocket::ResetOperation(2) 12:27:38 Trace: CControlSocket::ResetOperation(2) 12:27:38 Trace: CFtpControlSocket::ParseSubcommandResult(2) 12:27:38 Trace: CFtpControlSocket::ListSubcommandResult() 12:27:38 Trace: state = 3 12:27:38 Trace: CFtpControlSocket::ResetOperation(2) 12:27:38 Trace: CControlSocket::ResetOperation(2) 12:27:38 Fehler: Verzeichnisinhalt konnte nicht empfangen werden |
|||||
#4059 | Cannot drag&drop files in version 3.1.6 | closed | Bug report | normal | FileZilla Client | |
Description |
After updating to 3.1.6 I can no longer drag&drop files from Windows enviroment in order to store them on my server. It has worked well before switching to the newest version. |
|||||
#4060 | Running Multiple Server Instances On single Computer | closed | Feature request | normal | FileZilla Server | |
Description |
Dear developer, I really like your ftp server and would love it if I could run more than one server on the same computer. Since I would like to have one server that is secure with SSL/TSL and one that is not. Since firefox does not work very smoothly with SSL, i would like to have one server with non-sensitive files that is unsecure. Thank you, Brian |
|||||
#4061 | Directory subdirectories and files dont transfer completely and not reporting | closed | Bug report | normal | FileZilla Client | |
Description |
no error messages and no failed transfer files on the failed tab it happens on multi-tiered subdirectory directories, usually 2 or more deep. The application it happens on the most are zen-cart and almost all updates where you click a folder on your local PC and drop it on the ftp server. Now the error occurs so often, I have to manually click through all folders to check each folder and all its subfolders to copy the files it does NOT copy. I dont remember this happening in the past, but i got a bug in the php application and tracked it down to a missing file. I retransfered the whole folder again, with its subdirectories and then i started checking and counting files on both ends. It consistantly does not file transfer the 2 and lower directories and worst does NOT report it that it is missing files |
|||||
#4062 | same problem of this ticket #3775 | closed | Bug report | normal | FileZilla Client | |
Description |
Hello I have downloaded this weekend the filezilla for mac intel I unzipped the file and drag it into application, and when I tried to run it looks like it's going to open and then crash. I have a intel mac 1.83 withe the following version 10.4.11 |
|||||
#4063 | Unable to open .text files with Windows FileZilla Client | closed | Bug report | normal | FileZilla Client | |
Description |
Windows FileZilla Client 3.1.6 is not able to open .text files. If I select a file with an extension "text" and right click to try to open or edit the file, I get the error "The file 'C:\temp\file.text' could not be opened: No program has been associated on your system with this file type." I have added .text to the windows registered file types and notepad to open them. The icon for notepad shows in the FileZilla window. I have also added the file type to FileZilla - "Edit", "Settings", "Transfers", "File Types". This happens in both the "Local site" and Remote site". |
|||||
#4064 | Remote file list does not show more than 1998 files at a time | closed | Bug report | normal | FileZilla Client | |
Description |
Using FileZilla 3.1.6 When logging in to cpanel account FZ fails to list more than 1998 files. Unable to select more than the 1998 files to delete from a directory. I have to select all 1998, delete, then exit the folder, go back in, and the rest of the files show up. This happens on both Mac and Windows versions. |
|||||
#4065 | UPLOAD does not work. | closed | Bug report | normal | FileZilla Server | |
Description |
I've tried to install new FileZilla (I have Vista) but it gives me a server pop-up. When I click okay. I get this screen: FileZilla Server version 0.9.29 beta Copyright 2001-2006 by Tim Kosse (tim.kosse@…) Connecting to server... Connected, waiting for authentication Logged on AND NOTHING HAPPENS. My old version of filezilla is NOT uploading my files. I need help asap. Thanks, Kalyn Davis nylaksivad@… |
|||||
#4066 | hitting 4G file limit on FAT32 does not result in file transfer error. | closed | Bug report | normal | FileZilla Client | |
Description |
I attempted to transfer a 7 gig file. The transfer would stop at 4 gig and would not restart. Dowloaded the lastest version of Filzillam and the same problem occured. Researched problem and discovered I was hitting max file size on FAT32 drive. However, the latest version of Filzilla client for windows(downloaded today) hits the error, and then says the file tranferred successfully. This condition should be better recognised and posted as an error. |
|||||
#4067 | Cannot UPLOAD updated files with new version | closed | Bug report | normal | FileZilla Server | |
Description |
I downloaded the new version of Filezilla but it still does not upload my updated files. I have Vista and your new version says it's okay with Vista. Please let me know what I need to do. Thanks, Kalyn |
|||||
#4068 | Downloaded large files are not removed from queue | closed | Bug report | normal | FileZilla Server | |
Description |
Please see ticket: http://trac.filezilla-project.org/ticket/3914 This error appears to come from the server side. I'm working o a dedicated server and the timeout for inoperativity is set to 60 seconds (both options). When downloading a large file which will take more than 60 seconds (normally 1-2 hours), the server appears to have dropped silently the command channel. When the download eventually finishes, the server can't tell the client it has done so, thus the file remains in the queue. To fix this I believe it is necessary to keep the commend line up and connected as long as the file transfer is in progress. I've tried to disable the timeout, and then it works. |
|||||
#4070 | win32 - download file with `:` or other invalid chars unexpected behavior | closed | Bug report | normal | FileZilla Client | |
Description |
on win32 version, you cannot have any of these chars in the filename \ / : * ? " < > | when downloading a file with such a name, it should either a) convert these automatically to _ char
b) give error to user and ask user to rename the file. |
|||||
#4071 | Adding transfert mode button in tools bar | closed | Feature request | normal | FileZilla Client | |
Description |
Very first, I appologize if this request has already been post; but I haven't be able to found any trace in tickets. I use Fz 3.1.6 to load OS/9 targets from a windows server with both binary and ASCII files (without any extension :-( The "automatic transfert mode" fail to resolve the type of file with my files. So I must change manually, for each transfert queue, the 'transfert mode' from the 'transfert menu'. That why I request you to add a shortcut button in the tools bar to switch quickly from ACCSI to binary mode. |
|||||
#4072 | FTP not performed after latest patch | closed | Patch | normal | FileZilla Client | |
Description |
After uploading the latest patch, I'm now version 3.1.6 I tried to FTP to startlogic (my server). I was told that the file transfer was successful, however, when I go to my Wordpress.org admin page and select plugins (the files I was transfering) they are not there. I had a larger file transfer of 446 files. Is there something I'm doing wrong here? {{{Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/fonts Response: 250 CWD command successful Command: PWD Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\Batavia_.TTF Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/fonts" is the current directory Status: Retrieving directory listing... Command: PASV Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/fonts Response: 227 Entering Passive Mode (66,96,134,43,212,197) Command: LIST Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/fonts" is the current directory Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: PASV Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,201,167) Command: STOR Alanden_.ttf Response: 227 Entering Passive Mode (66,96,134,43,142,212) Command: STOR Batavia_.TTF Response: 150 Opening BINARY mode data connection for Alanden_.ttf Response: 150 Opening BINARY mode data connection for Batavia_.TTF Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\Bragga.TTF Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,161,253) Command: STOR Bragga.TTF Response: 150 Opening BINARY mode data connection for Bragga.TTF Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\bsurp_.ttf Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,175,164) Command: STOR bsurp_.ttf Response: 150 Opening BINARY mode data connection for bsurp_.ttf Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\ELECHA.TTF Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,204,149) Command: STOR ELECHA.TTF Response: 150 Opening BINARY mode data connection for ELECHA.TTF Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\JOKEWOOD.TTF Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,153,233) Command: STOR JOKEWOOD.TTF Response: 150 Opening BINARY mode data connection for JOKEWOOD.TTF Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\LCD-BOLD.TTF Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,209,132) Command: STOR LCD-BOLD.TTF Response: 150 Opening BINARY mode data connection for LCD-BOLD.TTF Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\lucon.ttf Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,145,172) Command: STOR lucon.ttf Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\luggerbu.ttf Command: PASV Response: 150 Opening BINARY mode data connection for lucon.ttf Response: 227 Entering Passive Mode (66,96,134,43,166,36) Command: STOR luggerbu.ttf Response: 150 Opening BINARY mode data connection for luggerbu.ttf Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\php fonts.txt Command: TYPE A Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,188,87) Command: STOR php fonts.txt Response: 150 Opening ASCII mode data connection for php fonts.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\RASCAL.TTF Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,150,188) Command: STOR RASCAL.TTF Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\SCRAWL.TTF Command: TYPE I Response: 150 Opening BINARY mode data connection for RASCAL.TTF Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,191,252) Command: STOR SCRAWL.TTF Response: 150 Opening BINARY mode data connection for SCRAWL.TTF Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\fonts\WAVY.TTF Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,161,92) Command: STOR WAVY.TTF Response: 150 Opening BINARY mode data connection for WAVY.TTF Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\bluesky\bluesky.zip Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt Response: 250 CWD command successful Command: MKD cfg Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg Response: 250 CWD command successful Command: MKD bluesky Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\bluesky\cryptographp.cfg.php Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky" is the current directory Status: Retrieving directory listing... Command: PASV Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky Response: 227 Entering Passive Mode (66,96,134,43,130,229) Command: LIST Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky" is the current directory Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: PASV Command: TYPE A Response: 227 Entering Passive Mode (66,96,134,43,221,218) Command: STOR bluesky.zip Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,225,215) Command: STOR cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for bluesky.zip Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\bluesky\example.png Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,204,16) Command: STOR example.png Response: 150 Opening BINARY mode data connection for example.png Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\bluesky\lisezmoi.txt Command: TYPE A Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,238,71) Command: STOR lisezmoi.txt Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\bluesky\readme.txt Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,214,76) Command: STOR readme.txt Response: 150 Opening ASCII mode data connection for readme.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\colornumber\colornumber.zip Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/colornumber Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/colornumber: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg Response: 250 CWD command successful Command: MKD colornumber Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\colornumber\cryptographp.cfg.php Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/colornumber" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/colornumber Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/colornumber" is the current directory Status: Retrieving directory listing... Command: TYPE I Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/colornumber Response: 200 Type set to I Command: PASV Response: 250 CWD command successful Command: PWD Response: 227 Entering Passive Mode (66,96,134,43,183,52) Command: LIST Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/colornumber" is the current directory Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: PASV Command: TYPE A Response: 227 Entering Passive Mode (66,96,134,43,170,197) Command: STOR colornumber.zip Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,217,233) Command: STOR cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for colornumber.zip Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\colornumber\example.png Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,202,237) Command: STOR example.png Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\colornumber\lisezmoi.txt Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,176,157) Command: STOR lisezmoi.txt Response: 150 Opening BINARY mode data connection for example.png Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\colornumber\readme.txt Command: TYPE A Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,181,144) Command: STOR readme.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\bluenoise.zip Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg Response: 150 Opening ASCII mode data connection for readme.txt Response: 250 CWD command successful Command: MKD default Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\cryptographp.cfg.php Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default" is the current directory Status: Retrieving directory listing... Command: TYPE I Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default Response: 200 Type set to I Command: PASV Response: 250 CWD command successful Command: PWD Response: 227 Entering Passive Mode (66,96,134,43,232,33) Command: LIST Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default" is the current directory Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: PASV Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,172,217) Command: STOR bluenoise.zip Response: 227 Entering Passive Mode (66,96,134,43,158,4) Command: STOR cryptographp.cfg.php Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for bluenoise.zip Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\example.png Command: TYPE I Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\lisezmoi.txt Command: TYPE A Response: 200 Type set to I Command: PASV Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,236,142) Command: STOR example.png Response: 227 Entering Passive Mode (66,96,134,43,199,5) Command: STOR lisezmoi.txt Response: 150 Opening BINARY mode data connection for example.png Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\readme.txt Command: PASV Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\frenchcancan\cryptographp.cfg.php Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/frenchcancan Response: 227 Entering Passive Mode (66,96,134,43,160,214) Command: STOR readme.txt Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/frenchcancan: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg Response: 250 CWD command successful Command: MKD frenchcancan Response: 150 Opening ASCII mode data connection for readme.txt Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/frenchcancan" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/frenchcancan Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/frenchcancan" is the current directory Status: Retrieving directory listing... Command: PASV Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\frenchcancan\example.png Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/frenchcancan Response: 227 Entering Passive Mode (66,96,134,43,192,215) Command: LIST Response: 250 CWD command successful Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: TYPE A Command: TYPE I Response: 200 Type set to A Command: PASV Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,216,72) Command: STOR cryptographp.cfg.php Response: 227 Entering Passive Mode (66,96,134,43,219,64) Command: STOR example.png Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for example.png Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\frenchcancan\frenchcancan.zip Command: TYPE I Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\frenchcancan\lisezmoi.txt Command: TYPE A Response: 200 Type set to I Command: PASV Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,211,133) Command: STOR frenchcancan.zip Response: 227 Entering Passive Mode (66,96,134,43,226,57) Command: STOR lisezmoi.txt Response: 150 Opening BINARY mode data connection for frenchcancan.zip Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\frenchcancan\readme.txt Command: TYPE A Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\gray\cryptographp.cfg.php Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/gray Response: 200 Type set to A Command: PASV Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/gray: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg Response: 227 Entering Passive Mode (66,96,134,43,203,121) Command: STOR readme.txt Response: 250 CWD command successful Command: MKD gray Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/gray" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/gray Response: 150 Opening ASCII mode data connection for readme.txt Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/gray" is the current directory Status: Retrieving directory listing... Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,234,26) Command: LIST Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: TYPE A Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,171,25) Command: STOR cryptographp.cfg.php Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\gray\example.png Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,162,68) Command: STOR example.png Response: 150 Opening BINARY mode data connection for example.png Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\gray\gray.zip Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,147,202) Command: STOR gray.zip Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\gray\lisezmoi.txt Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/gray Response: 150 Opening BINARY mode data connection for gray.zip Response: 250 CWD command successful Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,179,110) Command: STOR lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\gray\readme.txt Command: TYPE A Response: 200 Type set to A Command: PASV Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 227 Entering Passive Mode (66,96,134,43,232,169) Command: STOR readme.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\cryptographp.cfg.php Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise Response: 150 Opening ASCII mode data connection for readme.txt Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg Response: 250 CWD command successful Command: MKD paradise Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\example.png Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise" is the current directory Status: Retrieving directory listing... Command: TYPE I Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise Response: 200 Type set to I Command: PASV Response: 250 CWD command successful Command: PWD Response: 227 Entering Passive Mode (66,96,134,43,129,21) Command: LIST Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise" is the current directory Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: TYPE A Command: TYPE I Response: 200 Type set to A Command: PASV Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,207,12) Command: STOR cryptographp.cfg.php Response: 227 Entering Passive Mode (66,96,134,43,130,156) Command: STOR example.png Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for example.png Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\lisezmoi.txt Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,231,175) Command: STOR lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\paradise.zip Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,234,128) Command: STOR paradise.zip Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 150 Opening BINARY mode data connection for paradise.zip Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\readme.txt Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,149,75) Command: STOR readme.txt Response: 150 Opening ASCII mode data connection for readme.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\pencil\cryptographp.cfg.php Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/pencil Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/pencil: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg Response: 250 CWD command successful Command: MKD pencil Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/pencil" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/pencil Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/pencil" is the current directory Status: Retrieving directory listing... Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,203,251) Command: LIST Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: TYPE A Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,179,254) Command: STOR cryptographp.cfg.php Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\pencil\example.png Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/pencil Response: 250 CWD command successful Command: PASV Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 227 Entering Passive Mode (66,96,134,43,207,8) Command: STOR example.png Response: 150 Opening BINARY mode data connection for example.png Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\pencil\lisezmoi.txt Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,147,52) Command: STOR lisezmoi.txt Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\pencil\pencil.zip Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,197,149) Command: STOR pencil.zip Response: 150 Opening BINARY mode data connection for pencil.zip Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\pencil\readme.txt Command: TYPE A Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,159,192) Command: STOR readme.txt Response: 150 Opening ASCII mode data connection for readme.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\xcolor\cryptographp.cfg.php Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/xcolor Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/xcolor: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg Response: 250 CWD command successful Command: MKD xcolor Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\xcolor\example.png Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/xcolor" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/xcolor Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/xcolor" is the current directory Status: Retrieving directory listing... Command: TYPE I Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/xcolor Response: 200 Type set to I Command: PASV Response: 250 CWD command successful Command: PWD Response: 227 Entering Passive Mode (66,96,134,43,228,101) Command: LIST Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/xcolor" is the current directory Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: TYPE A Command: PASV Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,136,7) Command: STOR example.png Response: 227 Entering Passive Mode (66,96,134,43,164,3) Command: STOR cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for example.png Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\xcolor\lisezmoi.txt Command: TYPE A Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\xcolor\readme.txt Command: PASV Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,165,159) Command: STOR readme.txt Response: 227 Entering Passive Mode (66,96,134,43,154,230) Command: STOR lisezmoi.txt Response: 150 Opening ASCII mode data connection for readme.txt Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\xcolor\xcolor.zip Command: TYPE I Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\bluesky\fonds\sky.png Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky/fonds Response: 200 Type set to I Command: PASV Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky/fonds: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky Response: 227 Entering Passive Mode (66,96,134,43,203,144) Command: STOR xcolor.zip Response: 250 CWD command successful Command: MKD fonds Response: 150 Opening BINARY mode data connection for xcolor.zip Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky/fonds" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky/fonds Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky/fonds" is the current directory Status: Retrieving directory listing... Command: TYPE I Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\bluesky\fonds\Thumbs.db Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/bluesky/fonds Response: 200 Type set to I Command: PASV Response: 250 CWD command successful Status: Retrieving directory listing... Response: 227 Entering Passive Mode (66,96,134,43,132,33) Command: LIST Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: PASV Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,228,11) Command: STOR sky.png Response: 227 Entering Passive Mode (66,96,134,43,213,239) Command: STOR Thumbs.db Response: 150 Opening BINARY mode data connection for sky.png Response: 150 Opening BINARY mode data connection for Thumbs.db Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\blackwhite\blackwhite.zip Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/blackwhite Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/blackwhite: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default Response: 250 CWD command successful Command: MKD blackwhite Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/blackwhite" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/blackwhite Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/blackwhite" is the current directory Status: Retrieving directory listing... Command: PASV Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\blackwhite\cryptographp.cfg.php Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/blackwhite Response: 227 Entering Passive Mode (66,96,134,43,145,208) Command: LIST Response: 250 CWD command successful Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: PASV Command: TYPE A Response: 227 Entering Passive Mode (66,96,134,43,128,240) Command: STOR blackwhite.zip Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,133,231) Command: STOR cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for blackwhite.zip Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\blackwhite\example.png Command: PASV Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\blackwhite\lisezmoi.txt Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,147,158) Command: STOR example.png Response: 227 Entering Passive Mode (66,96,134,43,153,83) Command: STOR lisezmoi.txt Response: 150 Opening BINARY mode data connection for example.png Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\blackwhite\readme.txt Command: TYPE A Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\classic\classic.zip Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/classic Response: 200 Type set to A Command: PASV Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/classic: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default Response: 227 Entering Passive Mode (66,96,134,43,177,91) Command: STOR readme.txt Response: 250 CWD command successful Command: MKD classic Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/classic" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/classic Response: 150 Opening ASCII mode data connection for readme.txt Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/classic" is the current directory Status: Retrieving directory listing... Command: TYPE I Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\classic\cryptographp.cfg.php Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/classic Response: 200 Type set to I Command: PASV Response: 250 CWD command successful Status: Retrieving directory listing... Response: 227 Entering Passive Mode (66,96,134,43,188,232) Command: LIST Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: PASV Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,145,15) Command: STOR classic.zip Response: 227 Entering Passive Mode (66,96,134,43,156,76) Command: STOR cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for classic.zip Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\classic\example.png Command: PASV Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\classic\lisezmoi.txt Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,198,158) Command: STOR example.png Response: 227 Entering Passive Mode (66,96,134,43,168,107) Command: STOR lisezmoi.txt Response: 150 Opening BINARY mode data connection for example.png Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\classic\readme.txt Command: TYPE A Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\psychedelic\cryptographp.cfg.php Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/psychedelic Response: 200 Type set to A Command: PASV Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/psychedelic: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default Response: 227 Entering Passive Mode (66,96,134,43,203,243) Command: STOR readme.txt Response: 250 CWD command successful Command: MKD psychedelic Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/psychedelic" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/psychedelic Response: 150 Opening ASCII mode data connection for readme.txt Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/psychedelic" is the current directory Status: Retrieving directory listing... Command: TYPE I Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\psychedelic\example.png Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/psychedelic Response: 200 Type set to I Command: PASV Response: 250 CWD command successful Status: Retrieving directory listing... Response: 227 Entering Passive Mode (66,96,134,43,212,195) Command: LIST Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: TYPE A Command: TYPE I Response: 200 Type set to I Command: PASV Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,129,219) Command: STOR example.png Response: 227 Entering Passive Mode (66,96,134,43,201,64) Command: STOR cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for example.png Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\psychedelic\lisezmoi.txt Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,223,118) Command: STOR lisezmoi.txt Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\psychedelic\psychedelic.zip Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,150,134) Command: STOR psychedelic.zip Response: 150 Opening BINARY mode data connection for psychedelic.zip Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\psychedelic\readme.txt Command: TYPE A Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,156,64) Command: STOR readme.txt Response: 150 Opening ASCII mode data connection for readme.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\small\cryptographp.cfg.php Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/small Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\small\example.png Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/small: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default Response: 250 CWD command successful Command: MKD small Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/small" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/small Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/small" is the current directory Status: Retrieving directory listing... Command: TYPE I Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/small Response: 200 Type set to I Command: PASV Response: 250 CWD command successful Command: PWD Response: 227 Entering Passive Mode (66,96,134,43,155,117) Command: LIST Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/default/small" is the current directory Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: TYPE A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,197,12) Command: STOR example.png Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,183,30) Command: STOR cryptographp.cfg.php Response: 150 Opening BINARY mode data connection for example.png Response: 150 Opening ASCII mode data connection for cryptographp.cfg.php Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\small\lisezmoi.txt Command: TYPE A Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\small\readme.txt Command: PASV Response: 200 Type set to A Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,228,128) Command: STOR lisezmoi.txt Response: 227 Entering Passive Mode (66,96,134,43,164,54) Command: STOR readme.txt Response: 150 Opening ASCII mode data connection for readme.txt Response: 150 Opening ASCII mode data connection for lisezmoi.txt Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\default\small\small.zip Command: TYPE I Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond1.jpg Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise/fonds Response: 200 Type set to I Command: PASV Response: 550 /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise/fonds: No such file or directory Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise Response: 227 Entering Passive Mode (66,96,134,43,181,211) Command: STOR small.zip Response: 250 CWD command successful Command: MKD fonds Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise/fonds" - Directory successfully created Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise/fonds Response: 150 Opening BINARY mode data connection for small.zip Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise/fonds" is the current directory Status: Retrieving directory listing... Command: TYPE I Response: 226 Transfer complete Status: File transfer successful Response: 200 Type set to I Command: PASV Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond10.jpg Command: CWD /blog/wordpress/wp-content/plugins/plugins/mycaptcha/php/crypt/cfg/paradise/fonds Response: 227 Entering Passive Mode (66,96,134,43,176,195) Command: LIST Response: 250 CWD command successful Status: Retrieving directory listing... Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete Command: PASV Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,222,152) Command: STOR fond1.jpg Response: 227 Entering Passive Mode (66,96,134,43,232,99) Command: STOR fond10.jpg Response: 150 Opening BINARY mode data connection for fond1.jpg Response: 150 Opening BINARY mode data connection for fond10.jpg Response: 226 Transfer complete Status: File transfer successful Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond2.jpg Command: PASV Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond3.jpg Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,143,115) Command: STOR fond2.jpg Response: 227 Entering Passive Mode (66,96,134,43,153,167) Command: STOR fond3.jpg Response: 150 Opening BINARY mode data connection for fond2.jpg Response: 150 Opening BINARY mode data connection for fond3.jpg Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond4.jpg Command: PASV Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond5.jpg Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,224,51) Command: STOR fond4.jpg Response: 227 Entering Passive Mode (66,96,134,43,172,161) Command: STOR fond5.jpg Response: 150 Opening BINARY mode data connection for fond4.jpg Response: 150 Opening BINARY mode data connection for fond5.jpg Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond6.jpg Command: PASV Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond7.jpg Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,145,108) Command: STOR fond6.jpg Response: 227 Entering Passive Mode (66,96,134,43,179,23) Command: STOR fond7.jpg Response: 150 Opening BINARY mode data connection for fond6.jpg Response: 150 Opening BINARY mode data connection for fond7.jpg Response: 226 Transfer complete Status: File transfer successful Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond8.jpg Command: PASV Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\fond9.jpg Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,208,37) Command: STOR fond8.jpg Response: 227 Entering Passive Mode (66,96,134,43,222,206) Command: STOR fond9.jpg Response: 150 Opening BINARY mode data connection for fond8.jpg Response: 150 Opening BINARY mode data connection for fond9.jpg Response: 226 Transfer complete Status: File transfer successful Response: 226 Transfer complete Status: File transfer successful Status: Starting upload of C:\xampp\htdocs\wordpress\wp-content\plugins\mycaptcha\php\crypt\cfg\paradise\fonds\Thumbs.db Command: PASV Response: 227 Entering Passive Mode (66,96,134,43,187,187) Command: STOR Thumbs.db Response: 150 Opening BINARY mode data connection for Thumbs.db Response: 226 Transfer complete Status: File transfer successful Status: Retrieving directory listing... Command: CWD /blog/wordpress/wp-content Response: 250 CWD command successful Command: PWD Response: 257 "/blog/wordpress/wp-content" is the current directory Status: Directory listing successful Status: Disconnected from server Status: Disconnected from server }}} |
|||||
#4073 | Symantec downloads of virusdef files usually continues past 100% | closed | Bug report | normal | FileZilla Client | |
Description |
When downloading from ftp.symantec.com (dragging file from remotedir to localdir) in the dir
the download of any one *.x86.exe file more times than not will continue to download past the full 100%. It looks like it gets to the full 100% then it sits for a while then it picks up downloading the entire file again appended to what had already been downloaded. So a 40 MB file might end up being 80 or 120 MB by the time it actually gets to a download complete. |
|||||
#4075 | Wrong charset encoding in message log | closed | Bug report | normal | FileZilla Client | |
Description |
Following is part of the message log. Odpowiedź 200 TYP to aktualnie ASCII Polecenie: PASV Odpowiedź 227 Entering Passive Mode (193,25,166,22,248,156) Polecenie: STOR .htaccess Odpowiedź 150 Zaakceptowano po³±czenie danych Odpowiedź 226-Przesy³ pliku zakoñczony sukcesem Odpowiedź 226 0.001 sekund (zmierzonych tutaj), 164.13 Kbajtów na sekundê Status: Transfer plików zakończony pomyślnie Status: Uzyskiwanie listy katalogów... Polecenie: CWD /www/tmp/joomMyAdmin Odpowiedź 250 OK. Aktualny katalog to /www/tmp/joomMyAdmin Polecenie: PASV Odpowiedź 227 Entering Passive Mode (193,25,166,22,247,113) Polecenie: LIST Odpowiedź 150 Zaakceptowano po³±czenie danych Odpowiedź 226-ASCII Odpowiedź 226-Options: -l Odpowiedź 226 7 w sumie pasuj±cych Status: Listowanie katalogów zakończone pomyślnie Status: Odłączono od serwera Status: Odłączono od serwera Błąd: Połączenie zakończone przez serwer Line headers like: "Polecenie" (command), "Odpowiedź" (resopnse), "Status" (status) and "Błąd" (error) are encoded properly. Text of log for "Odpowiedź" (response) lines is encoded unproperly, other texts are properly encoded. Probably response is encoded in ftp serwer encoding (iso-8859-2) and everything else in my system encoding (win-1250). |
|||||
#4076 | Servertype DOS not functioning correctly. | closed | Bug report | normal | FileZilla Client | |
Description |
Very reproducible, however selecting a Unix server type is an adequate work-around if you don't want to change file/dir/folder attributes.
|
|||||
#4077 | New File create | closed | Feature request | normal | FileZilla Client | |
Description |
Hi,
I think it would be great to have a "new file" button on the FileZilla panel that displayed a window that asked for a file name and created (and opened in edit mode) a new file in the active directory. Thx Carla Carla |
|||||
#4078 | Sync Navigation | closed | Feature request | normal | FileZilla Client | |
Description |
Map Remote Folder Structure to Local Folder structure. Example: Local and remote server has same named folder (media). When you open the local "media" folder it will automatically open the remote folder with the same name (media). This Sync Navigation should be available in the Site Manager only and only for saved entries. |
|||||
#4079 | Alternating background color for file lists | new | Feature request | normal | FileZilla Client | |
Description |
I would like to suggest alternating background color for file list rows. On very wide monitors (16:9) it is quite hard to visually follow line from filename to attributes. Thank you. |
|||||
#4080 | filezilla 3.16 dns not working | closed | Bug report | normal | FileZilla Client | |
Description |
After updating filezilla 3.15 tot version 3.16 dns resolving does nog work anymore. I retried with version 3.15 portable and everything works great. So it definitly is a problem in version 3.16 |
|||||
#4081 | Zebra stripe the queued files | closed | Feature request | normal | FileZilla Client | |
Description |
Pretty simple feature request. Title says it all. |
|||||
#4082 | Quota Management | closed | Feature request | normal | FileZilla Server | |
Description |
It's very useful to be filezilla server has quota management. |
|||||
#4083 | User interface - Feature Suggestion | new | Feature request | normal | FileZilla Client | |
Description |
Hello! My name is Pablo Massa, I am a graphic designer/web developer, I have 24 years, live in Montevideo-Uruguay and use FileZilla. I send you a screenshot with a feature suggestion, it was fun to emulate the interface of Filezilla. http://www.crepesweb.com/no-robots/otros/feature-filezilla.png Feature Suggestion (online too) Sincerely, Pablo. |
|||||
#4084 | onnecton wizard test failure | closed | Bug report | normal | FileZilla Client | |
Description |
Ran the connection test, all fine until ... Response: 200 PORT command successful LIST Response: 150 opening data connection Response: 503 Failure of data connection. Server sent invalid reply. Connection closed Probably explains why I get Directory listing failed in a real-life connection. I see many others have this grief. |
|||||
#4085 | Failed to retrieve directory listing | closed | Bug report | normal | FileZilla Client | |
Description |
I think this is related to Active mode. I have opened a 1000 tcp/udp ports on my router. This error shows up straight away with only 20 ports open. I am transferring a few thousand files in a lot of folders (Joomla site). Filezilla should retry these failed commands a bit later, it does work after a few fails or after first try. Maybe burst mode has something to do with it? I set to High and still not 100% working. After a while I get some of these errors flashing by, but at random seemingly. Response: 425 Unable to build data connection: Cannot assign requested address Error: Failed to retrieve directory listing |
|||||
#4086 | Error uploading large file | closed | Bug report | normal | FileZilla Client | |
Description |
Hello,
While uploading a single large file (800MB) filezilla get disconnected upon 75%. When i tried to resume it, it is again started from beginning of file. What should i do? |
|||||
#4088 | Unable to connect with FTPES - FTP over explicit TLS/SSL | closed | Bug report | normal | FileZilla Client | |
Description |
I am running version 3.1.6 FileZilla Client. When connecting from the Site Manager using the Servertype: FTPes - FTP over explicit TLS/SSL Logintype: Normal Port: default (21) but doesn't save in Site Manger. I am unable to connect and get a directory listing. I have attached the log trace. I am able to connect with version 2.2.18 using the same options (FTP over SSL (explicit encryption) for the ServerType. Connecting with FTP - File Transfer Protocol ServerType also works fine. There are no error messages on the server. Thanks, Ken |
|||||
#4089 | win32 crash with speed limit enabled | closed | Bug report | normal | FileZilla Client | |
Description |
downloading of ~300-500Mb (6 files) at speed limit = 25k caused to crash. repeated twice (once in older version). Both crashes come into being with speed limit enabled. If disabled worked for weeks without any problem :) Thanks. |
|||||
#4090 | A Little Sound Would be Nice.... | closed | Feature request | normal | FileZilla Client | |
Description |
Hello: Upload Complete Custom Sound and Download Complete Custom Sound would be a nice feature |
|||||
#4091 | current version sucks | closed | Bug report | normal | FileZilla Client | |
Description |
upgrade version 3.1.6 causes the following, to-wit: 530 User cannot log in, home directory inaccessible. Error: Could not connect to server version 3.1.5.1 works as it should. It logs in and connects to the server just fine. |
|||||
#4093 | allowing domains to access via IP List | closed | Feature request | normal | FileZilla Server | |
Description |
Hi everyone, I disabled under IP Filter all extern access in the Top IP Box. In the second Box I could exclude/enabled some IPs. Intranet and some People I allow the Access from extern IPs. But in the DSL century the IP from my persons are changed every day, so I created for everyone an DynDNS Domain Acc. But in the exclusion Field no Domains are excepted. It is possible to implement this? regards McSnoop |
|||||
#4094 | Product does not save settings | closed | Bug report | normal | FileZilla Client | |
Description |
The option "Always use this action" resets every time the program is closed. |
|||||
#4095 | Large file upload reports successful, but destination has 0 bytes | closed | Bug report | normal | FileZilla Client | |
Description |
With version 3.1.6, I've had problems uploading a file that is 15,738,880 bytes. Progress bar goes from 0 to 100% in the right kind of time, and the transfer moves into Successful, but the destination file has 0 bytes. I've tried multiple times, including deleting the 0 byte file. I eventually used standard command-line ftp, which was successful. The ftp server is PureFTPd. Let me know if I can help more... |
|||||
#4097 | Use of setenv() is not portable | closed | Bug report | normal | FileZilla Client | |
Description |
In the FileZilla Client 3.1.6 code, src/interface/locale_initializer.cpp makes a call to setenv(), which unfortunately not every platform has (my example is HP-UX 11.11). To fix this in a somewhat kludgy way, I took the gitsetenv() routine from git's compat/setenv.c and put it in locale_initializer.cpp (I had to cast the malloc() call in the gitsetenv() function to (char *) as well). Whether there's a more elegant solution, I'll leave it up to you (e.g. you could test for setenv() in configure and #ifdef HAVE_SETENV or something, but you'll still need some code for your equivalent setenv() call of course). |
|||||
#4098 | const wxChar array shouldn't be a structure member | closed | Bug report | normal | FileZilla Client | |
Description |
In FileZilla Client 3.1.6, src/interface/Options.cpp declares a t_default_option structure containing a const wxChar array (name[30] - see line 132). However, such a const array can never be initialised, so HP's C++ compiler in HP-UX 11.X refuses to compile the source code. I removed the const keyword and this fixed the problem. |
|||||
#4099 | Can't link filezilla client binary in HP-UX 11.X after version 3.0.4 | closed | Bug report | normal | FileZilla Client | |
Description |
In all versions of the FileZilla Client source after 3.0.4 (including the latest at the time of writing, 3.1.6), I have been unable to link the filezilla client binary using HP's C++ compiler in HP-UX 11.X. I have been compiling with "aCC -AA -O -D_HPUX_SOURCE -D_XOPEN_EXTENDED_SOURCE" and using wxGTK 2.8.9 - here is the link error: /usr/ccs/bin/ld: Unsatisfied symbols:
Sadly, I have been able to work out why the link fails (removing optimisation doesn't help, before you ask). |
|||||
#4100 | ntohs() defintion issues with HP-UX 11.X | closed | Bug report | normal | FileZilla Client | |
Description |
HP-UX 11.X has an annoying habit of putting function or macro declarations of the same functions in more than one system header file and then documenting which header file to include in the man page, dependent on the compiler flags you use. Yes, it is barmy and, unfortunately, ntohs() is one of those functions. "man ntohs" says that #include <netinet/in.h> should be used to declare the ntohs() function *unless* _XOPEN_SOURCE_EXTENDED is defined, in which case #include <arpa/inet.h> is included instead. I've been compiling the FileZilla Client 3.1.6 with -D_XOPEN_SOURCE_EXTENDED in HP-UX 11.X, so the #include <netinet/in.h> in src/engine/socket.cpp isn't good enough to declare ntohs(). Here's a fix I inserted just above the include in src/engine/socket.cpp (line 24 or so):
You may find a more elegant way to do this (e.g. if all systems have <arpa/inet.h>, you might not need the defined(hpux) bit). |
|||||
#4101 | Compiler warnings from HP-UX's C++ | closed | Bug report | normal | FileZilla Client | |
Description |
When compiling FileZilla Client 3.1.6 in HP-UX 11.X, there are a fair number of fussy compiler warnings from HP's C++ compiler (plus a link failure that I've documented in a separate bug). I've attached the output from the build so that you can look through the warnings and decide if any of them need fixing (the trailing comma in an enum warning is an easy fix). The output is from a PA-RISC HP-UX 11.11 machine using HP's latest C++ compiler (A.03.85) and is after I've fixed any build issues mentioned in the recent bugs I filed for HP-UX 11.X. |
|||||
#4102 | z/OS Libraries List as Empty in v3.1.6 | closed | Bug report | normal | FileZilla Client | |
Description |
z/OS PDS libraries don't show any members at all in FZ 3.1.6. This works fine in FZ 2.2.9. |
|||||
#4103 | Download never stops | closed | Bug report | normal | FileZilla Server | |
Description |
This is my first bug report, hope I explain details you need. I have Filezilla Server 0.9.29 and a few computers at home with filezilla ftp and other ftp programs including download managers that support ftp, I use filezilla server to share my videos and music. At random times when downloading a file it just never stops, for example, I have Free Download Manager copying the contents of one folder from the server to another hdd, one video being copied called Wing Commander.avi is open in the server progress window but the program downloading it shows 1265703035% [4096 ?], if I cancel the download and resume it the same thing happens. If I cancel the download and restart from begining it normal completes the download. Now had a similar program using filezilla ftp to download bulk files the same way but filezilla ftp just stopped with no error on 99%. I have a screen capture to attach, but ticking the box below "I have files to attach to this ticket" doesn't bring up a attachment box. |
|||||
#4106 | Cannot drag and drop remote files to Windows Desktop | closed | Bug report | normal | FileZilla Client | |
Description |
I open up a remote FTP site. In the window where files from the remote site are listed, I drag and drop one of the files to my Windows Vista desktop. Instead of the file being downloaded and copied to that location (the expected behaviour) I receive an error message which reads "Could not determine the target of the Drag&Drop operation". |
|||||
#4107 | Choose font for message log window | closed | Bug report | normal | FileZilla Server | |
Description |
This is a request to re-open Ticket #1568 "Choose font for message log window". The final comment is: "Changed 2 years ago by codesquid This feature has been implemented. Please update to the most recent version of FileZilla." However, I have just re-installed the latest version of Filezilla Server (identifies itself as version 0.9.29 beta) and there is no method that I can see to change the font size in the server interface window. I have attached screenshots of both the server IF and an Explorer window (default system font size) to show relative font sizes. |