> It seems as if it tops at 8192 bytes per xfer I guess you could say. Is there anyway to raise this
Generally you would upload chunks of the source file to the destination file, i.e. 2048 bytes at a time rather than uploading the entire file at once.
There are FTP samples of this at www.vbip.com (in fact you will find loads of FTP samples using controls with Inet control to the Winsock API)
HTH - Drydo
Main Topics
Browse All Topics





by: _agj_Posted on 2003-10-26 at 21:51:24ID: 9625068
u cud use the internet transfer control.
Or u cud use the winsock32.dll api .