FtpDLX - Subsesquent ListDir Commands - WeOnlyDo Discussion board

FtpDLX - Subsesquent ListDir Commands (General questions)

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

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: