Question : How to Download all files using FTP from a VS 2008 VB project

I am starting a new VS @008 Visual Basic WIndow Forms project. I would like to be able to periodically check a FTP server and download any files in a specified directory to a local directory. Once downloaded the project would need to delete those files from the FTP server. The downloaded files would then be processed locally. Later the VB project would perform the same actions.
I have found a couple of tutorials on downloading single files whose name is known. Can someone help with how to first Download all the files in a directory and then delete those files?
thanks,
pat

Answer : How to Download all files using FTP from a VS 2008 VB project

Hello GNOVAK

for the first question: add a data series to your chart. The series should have as many cells as there are days in your chart. Set the first cell to 0, leave the middle cells blank and set the last cell to your target value. You can do that by simply using

=Sheet2!A1

or where ever your target data is. Specify in your chart settings that empty cells should be plotted and connected with a line. This way, you'll see a line from day1 at zero to day30 at target.

I don't really understand your second question. As Cyberkiwi has suggested, post some data to work with. If need be, draw the chart with the drawing tools to illustrate what you want.

cheers, teylyn
Random Solutions  
 
programming4us programming4us