-
I need to append a 100-500Kb file to a 10Mb+remote file using FTP,
Currently I shell out to DOS and run a FTP script.
I would like to carry out this operation without resorting to shelling out to DOS:confused:
does anyone now of any Internet transfer controls other than the INet control(does not
support append) that could be used?:(
-
They cost, but both offer free trial downloads: -
IPWorks from /n software inc @ www.dev-soft.com
or
PowerTCP from Dart Communications @ www.dart.com
I've used both and find the PowerTCP Tools from Dart the better out of the two.
Regards
-
Personally I'd just use the microsoft winsock control and do it yourself.
- jamie