Upload file from client to server

Thread Starter

tuanvoi

Joined Oct 31, 2008
56
Anybody has some ideas about how to write a program that can transfer a file from a client site to server site using PDU method. It will include a timer(this will pop up if the time allowed to transfer exceeds) and also include a sequence number. Thank you all, have fun.


· type = D -- data PDU;
· type = F -- final PDU;
· type = C -- filename PDU;
· type = A -- acknowledgement PDU;
· type = R – server ready
· type = E – error PDU.
 
Top