Click here to Skip to main content
15,890,609 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionconstants Pin
jgajarao7-Jun-06 14:26
jgajarao7-Jun-06 14:26 
AnswerRe: constants Pin
Josh Smith8-Jun-06 4:13
Josh Smith8-Jun-06 4:13 
AnswerRe: constants Pin
Jun Du8-Jun-06 4:20
Jun Du8-Jun-06 4:20 
GeneralRe: constants Pin
Josh Smith8-Jun-06 4:39
Josh Smith8-Jun-06 4:39 
GeneralRe: constants Pin
Jun Du8-Jun-06 5:43
Jun Du8-Jun-06 5:43 
QuestionMSMQ - symantec intrusion detection issue Pin
Vidhya Narasimhan7-Jun-06 10:46
Vidhya Narasimhan7-Jun-06 10:46 
GeneralRe: MSMQ - symantec intrusion detection issue Pin
Resolver188-Jun-06 3:48
Resolver188-Jun-06 3:48 
Question.NET 2.0, FTP, proxy >> error ! Pin
cutkemist7-Jun-06 1:34
cutkemist7-Jun-06 1:34 
Hello,
i need to download, upload, create directory and move files on a FTP server
I'm at work, so i have to use the proxy (USER@HOST mode)

When i get the ftpwebresponse i have the following error :
The server committed a protocol violation. Section=ResponseStatusLine

Can you help me.

This is the code i use :

<br />
FtpWebRequest myFtpRequest = (FtpWebRequest)WebRequest.Create("ftp://ftpUrl");<br />
myFtpRequest.UsePassive = false;<br />
//Here i don't know how i can put user@host settings<br />
myFtpRequest.Method = WebRequestMethods.Ftp.ListDirectoryDetails;<br />
myFtpRequest.Credentials = new NetworkCredential("ftpLogin", "ftpPass");<br />
myFtpRequest.KeepAlive = true;<br />
WebProxy myProxy = new WebProxy("proxyUrl", "proxyPort");<br />
myFtpRequest.Proxy = myProxy ;<br />
<br />
FtpWebResponse ftpResponse = (FtpWebResponse)myFtpRequest.GetResponse();<br />


Thanks a lot
CutKemist
QuestionMake own ListView-like Control [modified] Pin
Syntaxx.ch7-Jun-06 1:05
Syntaxx.ch7-Jun-06 1:05 
AnswerRe: Make own ListView-like Control [modified] Pin
Josh Smith7-Jun-06 3:52
Josh Smith7-Jun-06 3:52 
Questionuse Windows Dll in mobile project with framework 2.0 [modified] Pin
Ammar Ben Hadj Amor6-Jun-06 23:10
professionalAmmar Ben Hadj Amor6-Jun-06 23:10 
AnswerRe: use Windows Dll in mobile project with framework 2.0 [modified] Pin
Super Lloyd6-Jun-06 23:20
Super Lloyd6-Jun-06 23:20 
GeneralRe: use Windows Dll in mobile project with framework 2.0 [modified] Pin
Ammar Ben Hadj Amor6-Jun-06 23:37
professionalAmmar Ben Hadj Amor6-Jun-06 23:37 
Questionhow can we get encrypted file size of an NTFS encrypted file Pin
Zzeeshan Arif6-Jun-06 20:22
Zzeeshan Arif6-Jun-06 20:22 
QuestionMigrating to .NET 2.0 Pin
Vlad Gabovich6-Jun-06 5:00
Vlad Gabovich6-Jun-06 5:00 
AnswerRe: Migrating to .NET 2.0 Pin
Josh Smith6-Jun-06 9:33
Josh Smith6-Jun-06 9:33 
AnswerRe: Migrating to .NET 2.0 Pin
Kevin McFarlane6-Jun-06 10:20
Kevin McFarlane6-Jun-06 10:20 
AnswerRe: Migrating to .NET 2.0 Pin
Guffa6-Jun-06 13:11
Guffa6-Jun-06 13:11 
QuestionUser settings... Pin
Super Lloyd5-Jun-06 20:22
Super Lloyd5-Jun-06 20:22 
AnswerRe: User settings... Pin
CWIZO6-Jun-06 22:34
CWIZO6-Jun-06 22:34 
GeneralRe: User settings... Pin
Super Lloyd6-Jun-06 22:49
Super Lloyd6-Jun-06 22:49 
GeneralRe: User settings... Pin
CWIZO6-Jun-06 22:54
CWIZO6-Jun-06 22:54 
GeneralRe: User settings... Pin
Super Lloyd6-Jun-06 23:13
Super Lloyd6-Jun-06 23:13 
QuestionExecute multiple Biztalk 2004 messages from .NET Pin
mittalpa5-Jun-06 19:07
mittalpa5-Jun-06 19:07 
Questionhow to display image description? [modified] Pin
mujin035-Jun-06 10:44
mujin035-Jun-06 10:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.