getting files with getfiles method (wodFtpDLX / wodFtpDLX.NET)

by Jasmine, (4126 days ago) @ scot

Scot,


You are missing MaxLevel argument inside GetFiles and DeleteFiles Method.

More info you can find here:

http://www.weonlydo.com/FtpDLX/Help/wodFtpDLX-GetFiles.html
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLX-DeleteFiles.html

here is example when maxlevel argument is set to 1:
----------------------------------------
ole_ftp.object.getfiles(in_dir, out_dir,1)

ole_ftp.object.deletefiles(out_dir,1)
----------------------------------------


Drazen

locked

Complete thread: