Custom Query (8144 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (118 - 120 of 8144)

Ticket Resolution Summary Owner Reporter
#836 cannot delete folder properly Alexander Schuch nvpscore
Description

by going right click, delete folder it does:

Command: RMD /test/ Response: 550 '/test/': No such Directory.

but if I run a raw ftp command:

Command: rmd test Response: 250 '/test': directory removed.

it doesnt like that forward slash at the end.

#841 documentation is not standards-compliant Alexander Schuch rickbeton
Description

The documentation pages (http://filezilla.sourceforge.net/documentation/) are good, but there are some problems. Cross-browser support would be improved by making the pages standards-compliant. Tools such as the Firefox Web Developer (http://www.chrispederick.com/work/firefox/webdeveloper/) and Checky (http://checky.sourceforge.net/extension.html) make this much easier to achieve.

A specific example of a problem is the folding menu: One fold will open but then not close. No other fold can then be opened (I am browsing using Firefox).

Another problem: the line if (self.name != 'menu') { self.location.href = 'index.htm'; } should be removed because it is malfunctioning.

#844 Failure to establish TLS connection behind NAT gateway Alexander Schuch peter_daum
Description

FileZilla (2.2.12c) can't establish a TLS connection to a PureFTPd server (possibliy other servers, too?) when it (the FileZilla client) is sitting behind a NAT gateway. The problem already arises during the TLS connection negotiation (so this is _not_ a "classical" firewall issue with tracking the data connections!).

The conversation looks like this:

  • Client connects to server
  • Server responds with ready
  • Client sends "AUTH TLS"
  • Server responds with OK
  • Client sends some (scrambled) request
  • Server responds with (scrambled) response (obviously OK,

since there is no indication of any failure in the log)

  • Both parties wait for something that doesn't happen
  • ... eventually, FileZilla times out and starts all

over again The connection does not get to the point, where the TLS encryption for the control channel is succesfully established (this would show up in the log files)

Whe the FileZilla client has a "real" IP address, it can cooperate with the same server. Other clients (I tested "lftp") have no problem to establish the TLS connection through the NAT gateway.

Attached is a packet dump of the network traffic ( which due to the encryption is not really enlightening)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.