Click here to Skip to main content
15,891,708 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Timer Events Pin
MarkB7775-Sep-08 22:04
MarkB7775-Sep-08 22:04 
GeneralRe: Timer Events Pin
~V~5-Sep-08 22:22
~V~5-Sep-08 22:22 
GeneralRe: Timer Events Pin
MarkB7775-Sep-08 23:01
MarkB7775-Sep-08 23:01 
GeneralRe: Timer Events Pin
~V~5-Sep-08 23:16
~V~5-Sep-08 23:16 
GeneralRe: Timer Events Pin
Dave Kreskowiak6-Sep-08 3:45
mveDave Kreskowiak6-Sep-08 3:45 
AnswerRe: Timer Events Pin
Mark Churchill7-Sep-08 1:36
Mark Churchill7-Sep-08 1:36 
Questionftpwebrequest the remote server returned an error: (550) file Unavailable Pin
george 44880325-Sep-08 12:53
george 44880325-Sep-08 12:53 
AnswerRe: ftpwebrequest the remote server returned an error: (550) file Unavailable Pin
Rajesh Anuhya5-Sep-08 18:38
professionalRajesh Anuhya5-Sep-08 18:38 
ya..,

am also faced the same problem.

u can easily identified this bug, if u are debug u r code.

listRequest.Method = WebRequestMethods.Ftp.ListDirectoryDetails


If u debug your code the above statement returns the HTML tags instead of list directory. reader.ReadToEnd() this statment returns all the HTML code. Your strdirlist contains HTML code instead of file(s) list.

To slove this problem.

1. go to internet explorer
2. click internet options.
3. select connection tab.
4. click LANsetting button.
5. uncheck all the check boxes.
6. apply the settings, close IE
7. now run the code.
** do similar think if u use another browser.

Rajesh B --> A Poor Workman Blames His Tools <--

QuestionHow do I convert C# code to VB.Net Pin
Code1085-Sep-08 7:38
Code1085-Sep-08 7:38 
AnswerRe: How do I convert C# code to VB.Net Pin
Paul Conrad5-Sep-08 8:48
professionalPaul Conrad5-Sep-08 8:48 
AnswerRe: How do I convert C# code to VB.Net Pin
technette5-Sep-08 9:01
technette5-Sep-08 9:01 
GeneralRe: How do I convert C# code to VB.Net Pin
Jon_Boy5-Sep-08 9:27
Jon_Boy5-Sep-08 9:27 
RantRe: How do I convert C# code to VB.Net Pin
Paul Conrad5-Sep-08 9:38
professionalPaul Conrad5-Sep-08 9:38 
GeneralRe: How do I convert C# code to VB.Net Pin
Bassam Saoud5-Sep-08 11:25
Bassam Saoud5-Sep-08 11:25 
JokeRe: How do I convert C# code to VB.Net Pin
Paul Conrad5-Sep-08 11:32
professionalPaul Conrad5-Sep-08 11:32 
GeneralRe: How do I convert C# code to VB.Net Pin
Bassam Saoud5-Sep-08 11:59
Bassam Saoud5-Sep-08 11:59 
GeneralRe: How do I convert C# code to VB.Net Pin
Paul Conrad5-Sep-08 12:08
professionalPaul Conrad5-Sep-08 12:08 
GeneralRe: How do I convert C# code to VB.Net Pin
Bassam Saoud5-Sep-08 12:00
Bassam Saoud5-Sep-08 12:00 
GeneralRe: How do I convert C# code to VB.Net Pin
Paul Conrad5-Sep-08 12:14
professionalPaul Conrad5-Sep-08 12:14 
GeneralRe: How do I convert C# code to VB.Net Pin
Code1085-Sep-08 10:21
Code1085-Sep-08 10:21 
GeneralRe: How do I convert C# code to VB.Net Pin
Bassam Saoud5-Sep-08 11:24
Bassam Saoud5-Sep-08 11:24 
QuestionSchool Assignment Pin
Member 35263035-Sep-08 3:20
Member 35263035-Sep-08 3:20 
AnswerRe: School Assignment Pin
Thomas Stockwell5-Sep-08 3:35
professionalThomas Stockwell5-Sep-08 3:35 
AnswerRe: School Assignment Pin
Steven J Jowett5-Sep-08 3:56
Steven J Jowett5-Sep-08 3:56 
GeneralRe: School Assignment Pin
Paul Conrad5-Sep-08 5:36
professionalPaul Conrad5-Sep-08 5:36 

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.