FtpDLX - Subsesquent ListDir Commands (General questions)
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:
- FtpDLX - Subsesquent ListDir Commands - Daniel.Dority, 2014-04-16, 18:01
- FtpDLX - Subsesquent ListDir Commands - wodSupport, 2014-04-16, 18:04
- FtpDLX - Subsesquent ListDir Commands - Daniel.Dority, 2014-04-16, 18:15
- FtpDLX - Subsesquent ListDir Commands - wodSupport, 2014-04-16, 18:18
- FtpDLX - Subsesquent ListDir Commands - Daniel.Dority, 2014-04-16, 18:24
- FtpDLX - Subsesquent ListDir Commands - wodSupport, 2014-04-16, 18:27
- FtpDLX - Subsesquent ListDir Commands - Daniel.Dority, 2014-04-16, 18:29
- FtpDLX - Subsesquent ListDir Commands - wodSupport, 2014-04-16, 18:27
- FtpDLX - Subsesquent ListDir Commands - Daniel.Dority, 2014-04-16, 18:24
- FtpDLX - Subsesquent ListDir Commands - wodSupport, 2014-04-16, 18:18
- FtpDLX - Subsesquent ListDir Commands - Daniel.Dority, 2014-04-16, 18:15
- FtpDLX - Subsesquent ListDir Commands - wodSupport, 2014-04-16, 18:04