flnMichael
Programmer
Hey,
I need to transfer files from one system to another, but link won't work when you're going from system to system so I have to open the file, read it into a buffer, then write it to the other system, then go back and delete the original file. The problem is that the file size may reach up to 20-30 MB and to create a buffer that size in my program would probably be dangerous. Is there any easier way to do this?
Thanks
Mike
I need to transfer files from one system to another, but link won't work when you're going from system to system so I have to open the file, read it into a buffer, then write it to the other system, then go back and delete the original file. The problem is that the file size may reach up to 20-30 MB and to create a buffer that size in my program would probably be dangerous. Is there any easier way to do this?
Thanks
Mike