Home > database >  Microsoft Internet Transfer Control problem of FTP high marks for online, etc
Microsoft Internet Transfer Control problem of FTP high marks for online, etc

Time:10-01

Window a use Microsoft Internet Transfer control implement uploading
Window using Microsoft Internet Transfer control to realize the download function b
Window a is done first upload
Window b is window a save from the implementation of the download
Is now a window, a window after a successful executive put b perform the get unsuccessful
If b window to perform the get a window put can also succeed


That is to say as long as the window a executive Put succeeded, window b can't perform the get
Window b return icError appeared when 11 with the host communication errors,

Consult ace that is why, someone come across this problem?


CodePudding user response:

Pay attention to the

CodePudding user response:

11 there was an error in communication with the host computer

The server file does not exist!

CodePudding user response:

File exists

CodePudding user response:

String s_ftptemp, s_path
S_tempmc=dw_2. Getitemstring (row, "name")
S_xmfzr s_path="" + + + "" \ "" + s_pro + s_lb +" \ "+ s_tempmc
S_tempmc="\ " + s_tempmc
IF FileExists (s_tempmc) THEN FileDelete (s_tempmc)
S_ftptemp="get" '+ s_path +' "" '+ s_tempmc +'" '
Ole_1. Object. The execute (" ", s_ftptemp)

This code is executed there is no problem, but as long as another form of running after the put command, is returned 11

CodePudding user response:

It is found that I upload data download fail
Small as 1 k quantity of uploading data of download success