Re: Delete Files
That depends on what your arguments to
If you download the folder itself, the folder is also deleted:
If you download the files in the folder, the folder itself is not deleted:
GetFiles
are.
If you download the folder itself, the folder is also deleted:
session.GetFiles("/remote/path", ..., true)
If you download the files in the folder, the folder itself is not deleted:
session.GetFiles("/remote/path/*", ..., true)