FtpDLX - Subsesquent ListDir Commands (General questions)
This works:
m_RemotePath = "/users/0098";
m_FtpDlx.ListDir(string.Format("{0}/{1}", m_ReportPath, "edit/"));
But this doesn't:
m_RemotePath = "/users/0098";
m_FtpDlx.RemotePath = m_RemotePath;
m_FtpDlx.ListDir("edit/");
What's the difference? The only difference I see is that a command was not yet issued when the remote path was set. Does an underlying internal property get set when it was issued through an actual command? Is there anyway to force it?
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