Session.GetFiles Method but only files older than x and recursive?
Hello,
I need help on a vb.net script I'm coding.
I need to download files via ftp from a server. I need to download all files older than today - 1 day. The problem is that the files are in subfolders (each day as a folder and another subfolder called
In short: download all files older that yesterday from all folders.
Any ideas?
rgr
I need help on a vb.net script I'm coding.
I need to download files via ftp from a server. I need to download all files older than today - 1 day. The problem is that the files are in subfolders (each day as a folder and another subfolder called
1
), so that the command must be recursive.
In short: download all files older that yesterday from all folders.
Any ideas?
rgr