Re: Sending directory with files in it via sockets

2009-04-17 Thread MRAB
Ryniek90 wrote: Hi. Last time i've got problem with sending big files, but i've already dealt with it. Now, when i want send directory (with some files in it) i iterate that directory for files in it, and then in while loop open iterated files, read them and send. But something's not working.

Sending directory with files in it via sockets

2009-04-17 Thread Ryniek90
Hi. Last time i've got problem with sending big files, but i've already dealt with it. Now, when i want send directory (with some files in it) i iterate that directory for files in it, and then in while loop open iterated files, read them and send. But something's not working. It iterate's firs