Custom Query (8036 matches)
Results (31 - 33 of 8036)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4016 | duplicate | Add files to queue broken | ||
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. |
|||
#7400 | duplicate | Lost password | ||
Description |
For months I've been unable to logon to my ftp site. I've tried every password I could think of and think filezilla is blocking me: ftp.bilaaljusticecenter.org username: Halimah I think the system locked me out after too many failed attempts (for months) Message in filezilla dialog box: Response: 220-You are user number 6 of 75 allowed. Response: 220-Local time is now 09:24. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 3 minutes of inactivity. Command: USER Halimah Response: 331 User Halimah OK. Password required Command: PASS Response: 530 Login authentication failed Error: Unable to connect! |
|||
#8765 | rejected | Using domain in host field doesn't work | ||
Description |
when trying to connect to our sftp server using our domain name vs. the IP address the connection fails with the following message: Status: Connecting to sftp.mydomain.com... Response: fzSftp started Command: open "myuser@…" 22 Command: Pass: Error: Authentication failed. Error: Critical error Error: Could not connect to server When I use the IP address it works fine. Here is the content of the log with domain and ip masked. 2013-06-27 14:33:13 13136 3 Status: Connecting to sftp.mydomain.com... 2013-06-27 14:33:13 13136 3 Response: fzSftp started 2013-06-27 14:33:13 13136 3 Command: open "myuser@…" 22 2013-06-27 14:33:13 13136 3 Command: Pass: 2013-06-27 14:33:14 13136 3 Error: Authentication failed. 2013-06-27 14:33:14 13136 3 Error: Critical error 2013-06-27 14:33:14 13136 3 Error: Could not connect to server 2013-06-27 14:33:43 13136 3 Status: Connecting to 192.168.1.50... 2013-06-27 14:33:43 13136 3 Response: fzSftp started 2013-06-27 14:33:43 13136 3 Command: open "myuser@192.168.1.50" 22 2013-06-27 14:33:43 13136 3 Command: Pass: 2013-06-27 14:33:44 13136 3 Status: Connected to 192.168.1.50 2013-06-27 14:33:44 13136 3 Status: Retrieving directory listing... 2013-06-27 14:33:44 13136 3 Command: pwd 2013-06-27 14:33:44 13136 3 Response: Current directory is: "/" 2013-06-27 14:33:44 13136 3 Command: ls 2013-06-27 14:33:44 13136 3 Status: Listing directory / 2013-06-27 14:33:45 13136 3 Status: Directory listing successful |