Re: How to go directly to a directory on remote se (General questions)
Lars,
You should use ListDir Method and specify which remote path you want to list.
[code]
dlx1.ListDir /home/something/your folder
[/code]
In ListDir Method you should always use full absolute path for remote path.
More help for ListDir Method you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~ListDir.html
Drazen