getting files with getfiles method (wodFtpDLX / wodFtpDLX.NET)
getfiles was working without the maxlevel
and, the docs say it's optional
i tried the maxlevel on the delete
and it still blows up
in_dir = capp_directory + 'jpmc\import\'
out_dir = '/Outbound/Encrypted/'
ole_ftp.object.getfiles(in_dir, out_dir, 1 )
ole_ftp.object.deletefiles(out_dir, 1 )