Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WWIPSTUFF - GetFileEx - Error
Message
From
26/03/1999 17:09:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
WWIPSTUFF - GetFileEx - Error
Miscellaneous
Thread ID:
00202596
Message ID:
00202596
Views:
70
I am interested in using the wwipstuff class, but I need to make sure it can do what I want.

I need to download several files during a single connection, but I get error 12110 - there is already an FTP request in progress on this session. This occurs after the first file has been successfully downloaded, and I am trying to download the second file. Is there a way to download multiple files without having to reconnect? Reconnecting can be very time consuming, especially through a firewall. I must be missing something.

Here is an outline of the code:

with thisform
result = .wwftp.FTPConnect('10.0.0.246','***************','*******')
result = .wwftp.FTPGetFileEx('1999/AgentPlus/Apps/Apps.zip', 'c:\temp\Apps.zip')
result = .wwftp.FTPGetFileEx('1999/AgentPlus/Apps/docs.zip', 'c:\temp\docs.zip')
result = .wwftp.FTPClose()
endwith

Thanks,
Eugene Henderson
Next
Reply
Map
View

Click here to load this message in the networking platform