Click here to Skip to main content
15,917,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 5:29
mveDave Kreskowiak17-Jun-04 5:29 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 5:46
hmshmsm17-Jun-04 5:46 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 5:48
hmshmsm17-Jun-04 5:48 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 6:01
mveDave Kreskowiak17-Jun-04 6:01 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 6:51
hmshmsm17-Jun-04 6:51 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 6:56
mveDave Kreskowiak17-Jun-04 6:56 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 7:13
hmshmsm17-Jun-04 7:13 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 7:41
mveDave Kreskowiak17-Jun-04 7:41 
The FileSystemObject doesn't work over an HTTP connection. There is onlt one way to use the FileSystemObject and your already doing it. The FSO will work using UNC paths (\\server\share\path), and this is where the Server.MapPath function is coming in. It's not returning an HTTP path, it's returning the UNC path. There is no way to get the FSO to work with HTTP.

This uses a licensed connection. Since the workstation versions of Windows (NT Workstation, 2000 Pro, XP) only allow a maximum of 10 simultaneous connections, you'll get this error. This limit will include the HTTP session you started, then each FSO connection is another, ...


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 7:56
hmshmsm17-Jun-04 7:56 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 8:24
mveDave Kreskowiak17-Jun-04 8:24 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 8:44
hmshmsm17-Jun-04 8:44 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 9:34
mveDave Kreskowiak17-Jun-04 9:34 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 10:38
hmshmsm17-Jun-04 10:38 
GeneralRe: FTP implementation Pin
Dave Kreskowiak18-Jun-04 2:20
mveDave Kreskowiak18-Jun-04 2:20 
GeneralRe: FTP implementation Pin
Anonymous18-Jun-04 4:08
Anonymous18-Jun-04 4:08 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 6:54
hmshmsm17-Jun-04 6:54 
QuestionHow to manage column's color in DataGrid Pin
jkusmanto17-Jun-04 3:28
jkusmanto17-Jun-04 3:28 
AnswerRe: How to manage column's color in DataGrid Pin
Dave Kreskowiak17-Jun-04 5:16
mveDave Kreskowiak17-Jun-04 5:16 
GeneralScrolling in Combobox Pin
17-Jun-04 3:10
suss17-Jun-04 3:10 
GeneralRe: Scrolling in Combobox Pin
Dave Kreskowiak17-Jun-04 4:22
mveDave Kreskowiak17-Jun-04 4:22 
GeneralRe: Scrolling in Combobox Pin
tanstaafl2817-Jun-04 8:57
tanstaafl2817-Jun-04 8:57 
GeneralRe: custom metadata editor in ArcCatalog Pin
Dave Kreskowiak17-Jun-04 3:07
mveDave Kreskowiak17-Jun-04 3:07 
GeneralSearching the Registry Pin
JeremiahSA17-Jun-04 3:02
JeremiahSA17-Jun-04 3:02 
GeneralRe: Searching the Registry Pin
Dave Kreskowiak17-Jun-04 4:10
mveDave Kreskowiak17-Jun-04 4:10 
GeneralRe: Searching the Registry Pin
JeremiahSA17-Jun-04 4:43
JeremiahSA17-Jun-04 4:43 

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.