FtpDLX - Subsesquent ListDir Commands (General questions)
Daniel,
yes, there is a way. First forget about "being in some path" completely, since wodFtpDLX doesn't know about relative paths. It always assumes you provided full absolute path, so it doesn't make a difference where it is currently is.
So, when you connect use your own variable
m_RemotePath = FtpDLX.RemotePath
and don't change m_RemotePath after that. In all subsequent calls, add
ListDir m_RemotePath + "edit/"
or
ListDir m_RemtoePath + "something_else/"
etc.. That way you always refer to your folders relative from m_RemotePath that contains your home folder path.
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