FTP Upload in ASCII
For this application I am using .Net 2.0.
I have an application I wrote that FTPs data to a site. It appears that the default for the WebClient class is binary and I don't see an obvious way to set it to ascii.
Two options I'm looking at are the Encoding property of the WebClient class and the ContentType property of the class FtpWebRequest.
Has anyone had any experience with this? Any suggestions on how to proceed?
Thanks.
What you don't know can hurt you!
__________________
What you don\'t know can hurt you!
|