Automating movement of files from Within Windows console app to ftp Site
-
Everyone, I need some help in moving xml files generated in a windows console app to an ftp site within the code of the windows console app. Thanks in advance. Rob Pesce
I did somthing like this. I have a error message saved to a file in .TXT then that file is sent to a FTP server. Most of the work is done in a class which is called after the file is created in a temp folder on the C: drive. Is this something like what you are looking for?
-
I did somthing like this. I have a error message saved to a file in .TXT then that file is sent to a FTP server. Most of the work is done in a class which is called after the file is created in a temp folder on the C: drive. Is this something like what you are looking for?
-
Yes, all I need to do is move a XML file from the console application to a folder on our FTP site. I need something simple and dependable to accomplish this task.
I've been meaning to reply sooner but I've had a battle with my web server. and I haven't won yet. I have a copy of the class I used for the FTP transfer. It will need some modifications but it may be a start for you. You can find it at ftp://4.10.187.76/FTP download class/clsFTP.vb just do a copy of the text and past into an empty class file. There are many notes in the file.
-
I've been meaning to reply sooner but I've had a battle with my web server. and I haven't won yet. I have a copy of the class I used for the FTP transfer. It will need some modifications but it may be a start for you. You can find it at ftp://4.10.187.76/FTP download class/clsFTP.vb just do a copy of the text and past into an empty class file. There are many notes in the file.