FtpDLX - Subsesquent ListDir Commands - WeOnlyDo Discussion board

FtpDLX - Subsesquent ListDir Commands (General questions)

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

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


Complete thread: