fileshare

所属分类:C#编程
开发工具:C#
文件大小:36KB
下载次数:14
上传日期:2010-01-16 11:26:19
上 传 者aojingbo
说明:  P2P问件上传和下载This program is sort of a Peer to Peer application where there is transfer of files between two peers.
(This program is sort of a Peer to Peer application where there is transfer of files between two peers. )

文件列表:
Fileshare\client (0, 2001-01-31)
Fileshare\client\upload (0, 2001-01-31)
Fileshare\client\upload\UploadFile.txt (107, 2001-01-31)
Fileshare\client\download (0, 2001-01-31)
Fileshare\server (0, 2001-01-31)
Fileshare\server\upload (0, 2001-01-31)
Fileshare\server\download (0, 2001-01-31)
Fileshare\server\download\downFile.txt (116, 2001-01-31)
Fileshare\source (0, 2001-01-31)
Fileshare\source\FileShareClient.cs (41027, 2001-06-15)
Fileshare\source\FileShareServer.cs (31686, 2001-06-15)
Fileshare\source\compile.bat (441, 2001-06-15)
Fileshare\FileShareServer.exe (18944, 2001-06-15)
Fileshare\FileShareClient.exe (23040, 2001-06-15)
Fileshare (0, 2001-06-15)

FileShare Client / Server - By Saurabh Nandu ============================================================= Transfer files over the Network using TCP Sockets. Installation Instructions ------------------------- Unzip the zip file in to any directory (Remember to keep 'Use folder names' checked ON in your unziping program.) Then go to the 'source' directory and click 'compile.bat' . List Of Files -------------- ReadMe.txt -- This File. FileShareSever.exe -- File Share Server . FileShareClient.exe -- File Share Client . [Source Directory] source>FileShareServer.cs -- Source Code for the FileShareServer.exe source>FileShareClient.cs -- Source Code for the FileShareClient.exe source>compile.bat -- a Batch file to compile the above source codes [Client Directory] Client>Upload -- Directory from where Client can upload files to server [Upload Directory] UploadFile.txt -- Sample file for upload by client Client>Download -- Directory in which files downloaded from the server will be placed [Server Directory] Server>Upload -- Directory where clients will upload files Server>Download -- Directory From where clients can Download File. Place all the files you want the clients to download here. [Download Directory] downFile.txt -- Sample File for upload by the server.] Use --- 1) Place all the files you want the server to let the clients download in the "Server>Download" directory. (This example supports both Text and binnery files.) 2) Place all the files you want to upload to the server in the "Client>Upload" directory. 3) Start the Server 4) Once the server is started, start the Client. Once connected the client will show a list of files that can be uploaded or downloaded. 5) Select the file from the ListBox and Press Upload/Download . 6) Client downloaded files will be stored in the "Client>Download" directory. 7) Files Uploaded to the server by the Client will be stored in the "Server>Upload" directory. 8) You can change the default settings and exprement. 9) This program should in no way be used for serious File transfers as of this release. 10) This program may not work through FireWalls since it opens Ports on your computer. Requirements ------------ Any Pc with the .NET FrameWork SDK Beta1 Installed on it.[This example might not run on future versions of the SDK] Special Thanks -------------- Pramod Singh for this POP and SMTP server example. I have used his logic. Contact Me ---------- Feel free to contact me for any questions , comments or suggestions ... at saurabhn@MasterCSharp.com Website: http://www.MasterCSharp.com yahoo messanger: sanddy19 Saurabh Nandu (31/01/2001) (Thanks to all my pals for helping me out in this project of mine.)

近期下载者

相关文件


收藏者