Difference between revisions of "Limitations"

From FileZilla Wiki
Jump to navigationJump to search
(Undo revision 18261 by Otacon (talk))
Line 1: Line 1:
 
FTP is a relatively fragile protocol, so it comes with some limitations which are also present in FileZilla.
 
FTP is a relatively fragile protocol, so it comes with some limitations which are also present in FileZilla.
  
#;Leading space of filename
+
#;FileZilla ignores leading space of filename
 
:This happens on FTP servers not supporting the MLSD command. On those servers FileZilla falls back to LIST. Unfortunately the listing format returned by LIST is not standardised. It is impossible to distinguish leading spaces from padding. To solve this issue, simply upgrade to a modern server supporting the MLSD command or refrain from using leading spaces.
 
:This happens on FTP servers not supporting the MLSD command. On those servers FileZilla falls back to LIST. Unfortunately the listing format returned by LIST is not standardised. It is impossible to distinguish leading spaces from padding. To solve this issue, simply upgrade to a modern server supporting the MLSD command or refrain from using leading spaces.

Revision as of 18:47, 12 August 2012

FTP is a relatively fragile protocol, so it comes with some limitations which are also present in FileZilla.

  1. FileZilla ignores leading space of filename
This happens on FTP servers not supporting the MLSD command. On those servers FileZilla falls back to LIST. Unfortunately the listing format returned by LIST is not standardised. It is impossible to distinguish leading spaces from padding. To solve this issue, simply upgrade to a modern server supporting the MLSD command or refrain from using leading spaces.