Hi, thanks for lftp, best client ever. 1) However, for some reason it doesnt sort files/dirs by date on some servers (like glftpd for example) using "ls -ltr", tho, it works fine with pure-ftpd. 2) it wont follow glftpd's symlinks correctly, or probably it's glftpd's fault, but that's closed source crap. it just says it follows the links, but never actually enters the dirs. example: > ls SOMSYM -> WHEREITIS/ACTUALLY/ > cd SOMSYM
---> CWD SOMSYM <--- 250 CWD command successful. SOMSYM> ls SOMEDIR ANOTHERDIR SOMSYM> cd SOMEDIR ---> CWD /SOMSYM/SOMEDIR <--- 250 CWD command successful. cd ok, cwd=/SOMSYM/SOMEDIR (and now its broken) SOMSYM/SOMEDIR> ls SOMEDIR ANOTHERDIR SOMSYM/SOMEDIR> cd SOMEDIR ---> CWD /SOMSYM/SOMEDIR/SOMEDIR <--- 250 CWD command successful. cd ok, cwd=/SOMSYM/SOMEDIR/SOMEDIR and this step can be repeated for ever and we'll still just be in the SOMSYM/ place. regards Niklas
