Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for FTP uploader
Message
From
27/06/2013 09:37:40
 
 
To
27/06/2013 09:33:23
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01577291
Message ID:
01577303
Views:
46
>>>I use FileZilla to upload our setup files to our website via ftp, but there are lots of problems associated with that program. For one, when the upload gets interrupted, you have to start all over. That can be extremely annoying when you have waited for almost one hour and when the upload is 95% finished it stops and you have to start all over.
>>>Does anybody know a good ftp program that could do the job better?
>>
>>
>>Jos gave you a great solution. Another one is the program CURL. It's command prompt based and can be spawned in another thread in a batch file which can notify your application when it's completed, by running a program which sends back a message to the thisForm.hwnd, which through BINDEVENT() will trap to your notification algorithm. It can notify on success or failure.
>
>Thanks, great alternative. Can it also notify on progress? That would be the hit.

Honestly, if you go this way then buy Chilkat FTP control and program this yourself, They even give you the VFP code to do it - the whole job can be done in a few minutes for a basic working solution or a couple of hours for bells and whistle solution.

http://www.chilkatsoft.com/ftp-2-activex.asp

Or do it in WinDev - all built-in native functions :)
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform