I need my C# code to be able to connect to an FTP (IP=10.10.10.1, USER=ADMIN, PASS=TOTAL) and download a file (Information.zip) stored in "\Stores\Details\" from the FTP Account HOME directory.
I need to save/copy the downloaded file to a specific location (C:\Temp\).
Problem - I have no clue how to open an FTP connection and perform an FTP file transfer in C#... currently I do everything directly (using \\MachineName\ and basic copy commands) but I am loosing that access and being forced to go through an FTP account.
Any help/hints would be greatly appreciated ... I hope this is a really simple/easy task...
Thanks,
I need to save/copy the downloaded file to a specific location (C:\Temp\).
Problem - I have no clue how to open an FTP connection and perform an FTP file transfer in C#... currently I do everything directly (using \\MachineName\ and basic copy commands) but I am loosing that access and being forced to go through an FTP account.
Any help/hints would be greatly appreciated ... I hope this is a really simple/easy task...
Thanks,