Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - RE: Ver 2.0 FTP issue

Reply
 
Old 01-11-2009   #1 (permalink)
Kanchan Dhage


 
 

RE: Ver 2.0 FTP issue

When it reaches to statement Stream writer=requestobj.GetRequestStream();
it throws an error (remote server sent an error (500) .command unrecognised)
Plez resolve this probelm.

From http://www.google.co.in/search?hl=en...bRequest&meta=

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/

My System SpecsSystem Spec
Old 01-11-2009   #2 (permalink)
Family Tree Mike


 
 

Re: Ver 2.0 FTP issue

"Kanchan Dhage" <nospam@xxxxxx> wrote in message
news:69837893-d2b0-4dc9-a397-180692c93525@xxxxxx
Quote:

> When it reaches to statement Stream writer=requestobj.GetRequestStream();
> it throws an error (remote server sent an error (500) .command
> unrecognised)
> Plez resolve this probelm.
>
> From
> http://www.google.co.in/search?hl=en...bRequest&meta=
>
> Posted via DevelopmentNow.com Groups
> http://www.developmentnow.com/g/

When I changed these lines to a real site with a real login, it works.

private string _username = "somename";
private string _password = "somepassword";
private string _currentDirectory = "/";
private string _hostname = "my.unix.com";


--
Mike

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Re:IE8 Attachment Issue (was MSN Explorer/IE8 Attachment Issue) - update Vista mail
Re:IE8 Attachment Issue (was MSN Explorer/IE8 Attachment Issue) - update Live Mail
Windows Vista mouse issue.. Possibly ease of use type issue? Vista hardware & devices
Monitor issue or full instal issue Vista installation & setup
Routre Issue or Vista Issue Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46