Remember when uploading a file via ftp was more a pain and took some third party components for stability? Now I have more trust in the .net method, below is a function I use for uploading a file:
You could call this function like:
ftpFile("current.jpg",@"C:\temp\some.jpg");
And the function: Continue reading “Uploading a file via FTP in .net c#”