borderAndreaVB free resources for Visual Basic developersborder

AndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2011 Andrea Tincani

AndreaVB Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile

Previous Topic (remotely determine workstation antivirus)Next Topic (shutting down PC in a network) New Topic Post Reply
AndreaVB OnLine : Network : error while connecting to FTP server
Poster Resource
ppokharkar
Level: Trainee

Registered: 16-10-2008
Posts: 2
icon error while connecting to FTP server

hi all,

i am using Internet Transfer Control for downloading and uploading files from FTP server.i have written following code for the same

netDownload.URL = "ftp://" & <ftp-server-name>
netDownload.UserName = <username>
netDownload.Password = <password>

Do While netDownload.StillExecuting
    DoEvents
    Sleep 20
Loop

netDownload.Execute , "CD " & <FTPHomeDir>


the above code throws the exception

Run-time error '35754' Unable to connect to remote host

pls. tell me the solution of above prolem its urgent


regards,
Pandurang

16-10-2008 at 01:33 PM
View Profile Send Email to User Show All Posts | Add Comment
AndreaVB OnLine : Network : error while connecting to FTP server
Previous Topic (remotely determine workstation antivirus)Next Topic (shutting down PC in a network)New Topic Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2011 Andrea Tincaniborder