PDA

Click to See Complete Forum and Search --> : why fpt folder err with webbrowser1 ?


fortonsf
Mar 14th, 2007, 08:51 AM
I use VB6 code:
WebBrowser1.Navigate "ftp://name:password@ftp.site.com"
In VB6 source(Project1.vbp) runs without problems(connects to ftp), but when I compile it to Project1.EXE and run executable .... I give ERROR:
"FTP Folder Error: Windows cannot access this folder. Make sure you typed the filename correctly and that you have permission to access the folder."


why ?