File Transfer
Hi All, I need to move a few files from one location to another. The tricky thing here is, there is no specific time at which the files will be created as the will be generated on demand. I can create a packge to do this but how often should I run my job? Any insight into this? Thanks in advance for your help.
April 28th, 2011 6:33am

I need to move a bunch of files that reside in a folder, so am moving the folder rather than moving the files individually. BUt I'd like to track which file was transfered and at what time etc. Please let me know if you need more details.
Free Windows Admin Tool Kit Click here and download it now
May 1st, 2011 11:33am

Anyone please?
May 2nd, 2011 9:17pm

you can use a script task to get files in directory, you can use System.IO.Directory.GetFiles() method to fetch all files in that directory. and then you can use System.IO.FileInfo class to get each file created and modified date. I hope this solve your issue. If not, tell us where do you need more details exactly?http://www.rad.pasfu.com
Free Windows Admin Tool Kit Click here and download it now
May 3rd, 2011 5:05am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics