FtpDLX - Subsesquent ListDir Commands (General questions)
Correct.
FtpDLX.RemotePath
doesn't issue anything. Actually, it is used only to allow ListDir (or other commands) to be specified without a path, in which case RemotePath rpoperty is used. So, whenyou issued
FtpDLX.ListDIr ("edit/")
you actually have overwritten RemotePath property.
So, don't keep stuff in that property since it's overwritten in all ListDir/GetFile/etc.. calls. Use your own variable for path construction.
Kreso