I use VB6 code:
WebBrowser1.Navigate "ftp://name:[email protected]"
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 ?
