FtpDLX - Subsesquent ListDir Commands - WeOnlyDo Discussion board

FtpDLX - Subsesquent ListDir Commands (General questions)

by wodSupport, Wednesday, April 16, 2014, 18:04 (3635 days ago) @ Daniel.Dority

Daniel,

hi. One of wodFtpDLX requirements is to use full paths, not relative paths. If you specify 'edit/' it may work, depending on current directory. As soon as you change it, and then try to use 'edit/' again it will fail, sicne 'edit' is appended to last change.

I can suggest to read RemotePath value upon connecting, and then append your relative paths to it directly.

So, if RemotePath = "/users/0098/" then you would do

ListDir RemotePath+"edit/"

which will work in all cases during the connection, since full path is specified.

Can you try that?

Regards,
Kreso


Complete thread: