Sendinf files from one web server to another

liunx

Guest
Could someone give me a nudge in the right direction on how I'd go about uploading a file to one web server, then having it sent via FTP to another web server?

I'm quite new to this kinda thing. Which namespaces should I check out?Maybe you've found it already, but the .Net 2.0 Framework has FtpWebRequest & FtpWebResponse classes under the System.Net namespace. Hope that helps.
 
Back
Top