Recently I had to write a console application that periodically downloaded a file from an FTP server and parsed into items. Those items went into a database. Now the parsing and inserting them into a database is quite standard operation. The getting the file from an FTP was new for me. Here is how I [...]
↧