getting files with getfiles method - WeOnlyDo Discussion board

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

by scot, Tuesday, January 21, 2014, 20:43 (3719 days ago) @ wodDrazen

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 )


Complete thread: