Posted: Wed Jun 29, 2005 10:25 pm
The current Version 0.7d of my version of the FTP_Library code is available at
http://elfecc.no-ip.info/purebasic#FTP_Library
last updated June 29, 2005
There have been substantial changes since Vs. 0.7c. Lots of debugging,
working to make it compatible with more servers, expand the logging
capabilities, and modify it to support the PORT method.
Utilizing the PORT method has proven quite difficult for me. Can't say
that it is perfect yet, although it works well with some servers on my list.
So, if you utilize the PORT method and have problems, I woud appreciate
your feedback.
NEW in Vs. 0.7d
http://elfecc.no-ip.info/purebasic#FTP_Library
last updated June 29, 2005
There have been substantial changes since Vs. 0.7c. Lots of debugging,
working to make it compatible with more servers, expand the logging
capabilities, and modify it to support the PORT method.
Utilizing the PORT method has proven quite difficult for me. Can't say
that it is perfect yet, although it works well with some servers on my list.
So, if you utilize the PORT method and have problems, I woud appreciate
your feedback.
NEW in Vs. 0.7d
- handle local log display when switched on
added FTP_Type command (separated from FTP_Login)
renamed Init_FTP_PASV to FTP_DataPort_Initialize and modified to setup PASV and PORT connections
renamed Init_FTP_PASV_Close to FTP_DataPort_Close and modified to close PASV and PORT connections
added FTP_DataPort_Connect (for PASV mode) to connect to the Server's designated listening port
added FTP_DataPort_Server (for PORT mode) to create a listening port for the FTP Server to connect with to send/receive files
modified FTP_FileGet to support PASV and PORT mode
modified FTP_FilePut to support PASV and PORT mode
modified FTP_GetDirList to support PASV and PORT mode
added FTP_GetClientIP (for PORT mode security)
added FTP_GetHostIP (for PORT mode)
added FTP_GetVisibleLocalIP (for PORT mode)
added FTP_Timeout_Report for all FTP commands