************************************************************************* * FTP Services for Visual Foxpro 5.0+ * * Written by: Robert Abram * * Date: Sept 1998 * * * * Revision 2.0 * * Martin Jindra * * * * Updated 2006-06-05 * * - BITOR support for VFP 5.0 * * * * * * * * Proxy Support * * Paul Culbertson * * http://www.foxite.com/archives/progress_bar_for_ftps_0000013728.htm * * * * * * RESUME Support * * Zintis Petersons * * http://www.vbip.com/wininet/wininet-ftp-command-01.asp * * * * * * Revision 1.1a * * * * wininet.dll needs to be in the windows/system * * directory. * * * * Updated 3/16/99 - Changed Date Usage to comply with * * Strict Date handling. * * * * Added 3/16/99 Functions - AutoDialInternet * * AutoDialHangUp * * DialInternet * * DialHangUp * * GetConnectedState * * GoOnline * ************************************************************************* #INCLUDE "FTP.h" **************************************************** * Class Ftp_Service * ****************************************************