Custom Query (8035 matches)
Results (145 - 147 of 8035)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4537 | fixed | unintentional move of files by clicking into filezilla | ||
Description |
Filezilla Version 3.2.4.1. The Bug still remained after updating to 3.2.4.1. I often have a very bad and nerving problem. I use Filezilla for editing files on the “ftp remote side” (server side). My default editor is Notepad++ and I use the “widescreen-view” with directory-trees in FileZilla. Now my problem: I perform a right click on “ftp remote side” on a file and then in the context menu I click 'edit'. The Notepad opens the file and I do modifications. I save the file and click into the FileZilla-window (on “ftp remote side”) and confirm the overwrite prompt. And then sometimes this bug appears: FileZilla moves another file (the one I have clicked onto in order to go back into the FileZilla window) into another directory of the directory tree. I have not clicked and dragged/moved the file! I have only clicked the file in order to go back to the FileZilla window and then I confirm the prompt. I think the bug comes only in a sequence of unfortunate events. |
|||
#4161 | rejected | unhandled response 530 | ||
Description |
it should just wait, instead it fails and says password error you can test it on my hosting account: ftp: ftp.servage.net user: site1test password: test12341234 Command: PASV Response: 220 FTP Server # 1 Command: USER site1 Response: 227 Entering Passive Mode (77,232,67,104,245,60). Command: STOR Console_TestListener.php Response: 331 Password required for site1 Command: PASS Response: 530 Sorry, the maximum number of clients (5) from your host are already connected. Error: Could not connect to server Status: Resolving address of ftp.site1.co.il Status: Connecting to 77.232.67.104:21... Response: 150 Opening BINARY mode data connection for Console_TestListener.php Status: Connection established, waiting for welcome message... Response: 220 FTP Server # 1 Command: USER site1 Response: 226 Transfer complete Status: File transfer successful Response: 331 Password required for site1 |
|||
#11658 | rejected | under socks5, when upload file less than 8760, file size truncated to zero | ||
Description |
when using socks5,i upload file less than 8760, it displays 'transfer success'. but file size is zero in server. i tested other ftp client,all are ok . i capture packets, the filezilla client uses EPSV mode, others use PASV mode,maybe this is the problem. |