Saved Bookmarks
| 1. |
Solve : Send data over ip ... if possible in dos ?? |
|
Answer» hi guys! if possible to send FILE to the over ip in dos ? send & receve file on dos ! like client Server.i think you will have to make it yourself, that's what i did... but my app was sending text instead of FILES, and was buggy like Quote from: Deadly D on May 25, 2009, 04:26:05 AM you will have to use tools already made for that , like ftp, sftp, netcat. etc. Or you can COOK up your own code using socket PROGRAMMING. Languages like Python, or PERL enables you to use socket libraries to program client/server applications with ease. |
|