Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 20th, 2008, 09:21 AM
Authorized User
 
Join Date: Nov 2006
Posts: 93
Thanks: 0
Thanked 1 Time in 1 Post
Default 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!
 
Old August 20th, 2008, 10:56 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

I suspect FtpWebRequest.UseBinary is the property you are looking for. It defaults to True.

/- Sam Judson : Wrox Technical Editor -/





Similar Threads
Thread Thread Starter Forum Replies Last Post
ftp file upload yugi9966 ADO.NET 1 August 7th, 2008 09:09 AM
ftp upload using PORT mode rcverbeek C# 2005 0 June 13th, 2007 06:43 AM
FTP Upload from Excel 2003 VBA Jersey Eric Excel VBA 3 January 5th, 2006 09:29 AM
Upload Of Excel file to FTP Site shahbazr4 Java Databases 0 May 2nd, 2005 04:01 AM
Automate the ftp Upload of a Comma-Delineated File darinsee Access ASP 0 February 11th, 2004 10:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.