i want to put my file to ftp server, but i can't put to 3 file.
code:
error:Code:With Inet1 .Cancel .Protocol = icFTP .url = "server" .UserName = "user" .Password = "pwd" .Execute , "PUT c:\customer.xml /customer.xml" .Execute , "PUT c:\product.xml /product.xml" .Execute , "PUT c:\order.xml /order.xml" End With
Code:Still executing last request


Reply With Quote
