Re: FTP functions - Tanks to Michael J. Sabal
- Posted by mic_ Aug 22, 2009
- 1176 views
I don't think that the wininet wrapper isn't functioning correctly. It's just that you have to use the correct settings when making your connections and sending commands, and you can't necessarily use the exact same settings that were used in the examples. For example, 19FTPCommand.exw seemed to use active ftp semantics by default, while Michael's ftp stub seems to use passive ftp semantics which you usually have to do if you're behind a firewall.
As for having basic ftp functionality in the standard library.. sure, sounds like a good idea.