Hi, I'm using lftp-3.7.15 and have some problems.
If I use ls on a folder with a space in its name (e.g. /foo bar/) nothing is shown. But if there is no space in the folder it's working fine. Debug output of directory with space: ---> PASV <--- 227 Entering Passive Mode (**********,45,8) ---- Verbinde Daten Socket mit (**********) Port 11528 ---- Datenverbindung hergestellt ---> LIST Fate stay night/ Certificate: ************ Issued by: ************ WARNING: Certificate verification: Not trusted <--- 150 Accepted data connection ---- Got EOF on data connection ---- Schließe den Daten Socket <--- 226-Options: -l <--- 226 0 matches total Debug output of directory without space: ---> PASV <--- 227 Entering Passive Mode (**********,45,10) ---- Verbinde Daten Socket mit (**********) Port 11530 ---- Datenverbindung hergestellt ---> LIST session/ Certificate: ************ Issued by: ************ WARNING: Certificate verification: Not trusted <--- 150 Accepted data connection <--- 226-Options: -l <--- 226 46 matches total ---- Got EOF on data connection ---- Schließe den Daten Socket ...[list of files]... Regards, Andrwe
