資源簡介
Socket文件傳輸
傳輸任意格式文件
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?System.Threading;
using?System.Net.Sockets;
using?System.Net;
namespace?FileClient
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????//_5_1_a_s_p_x
????????//連接
????????private?void?btnConnect_Click(object?sender?EventArgs?e)
????????{
????????????Thread?mythread?=?new?Thread(GetData);
????????????mythread.Start();
????????}
????????private?static?object?objl?=?new?object();
????????//接受數據
????????private?void?GetData()
????????{
????????????IPEndPoint?ipep?=?new?IPEnd
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????10240??2018-06-15?13:44??SocketFileTrans1.0\FileClient\bin\Debug\FileClient.exe
?????文件??????22016??2018-06-15?13:44??SocketFileTrans1.0\FileClient\bin\Debug\FileClient.pdb
????.......?????11600??2012-07-31?10:10??SocketFileTrans1.0\FileClient\bin\Debug\FileClient.vshost.exe
????.......???????490??2012-07-31?10:10??SocketFileTrans1.0\FileClient\bin\Debug\FileClient.vshost.exe.manifest
????.......??????3679??2012-07-31?10:10??SocketFileTrans1.0\FileClient\FileClient.csproj
????.......???????227??2012-07-31?10:10??SocketFileTrans1.0\FileClient\FileClient.csproj.user
?????文件???????3673??2018-06-15?13:52??SocketFileTrans1.0\FileClient\Form1.cs
?????文件???????3673??2018-06-15?11:02??SocketFileTrans1.0\FileClient\Form1.Designer.cs
?????文件???????5817??2018-06-15?11:02??SocketFileTrans1.0\FileClient\Form1.resx
?????文件???????7098??2018-06-15?10:52??SocketFileTrans1.0\FileClient\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????2356??2018-06-15?13:44??SocketFileTrans1.0\FileClient\obj\x86\Debug\FileClient.csproj.FileListAbsolute.txt
?????文件???????1012??2018-06-15?11:21??SocketFileTrans1.0\FileClient\obj\x86\Debug\FileClient.csproj.GenerateResource.Cache
?????文件???????9177??2018-06-15?13:44??SocketFileTrans1.0\FileClient\obj\x86\Debug\FileClient.csprojResolveAssemblyReference.cache
?????文件??????10240??2018-06-15?13:44??SocketFileTrans1.0\FileClient\obj\x86\Debug\FileClient.exe
?????文件????????180??2018-06-15?11:21??SocketFileTrans1.0\FileClient\obj\x86\Debug\FileClient.Form1.resources
?????文件??????22016??2018-06-15?13:44??SocketFileTrans1.0\FileClient\obj\x86\Debug\FileClient.pdb
?????文件????????180??2018-06-15?11:21??SocketFileTrans1.0\FileClient\obj\x86\Debug\FileClient.Properties.Resources.resources
????.......???????470??2012-07-31?10:10??SocketFileTrans1.0\FileClient\obj\x86\Debug\GenerateResource.read.1.tlog
????.......??????1162??2012-07-31?10:10??SocketFileTrans1.0\FileClient\obj\x86\Debug\GenerateResource.write.1.tlog
????.......???????506??2012-07-31?10:10??SocketFileTrans1.0\FileClient\Program.cs
????.......??????1370??2012-07-31?10:10??SocketFileTrans1.0\FileClient\Properties\AssemblyInfo.cs
????.......??????2870??2012-07-31?10:10??SocketFileTrans1.0\FileClient\Properties\Resources.Designer.cs
????.......??????5612??2012-07-31?10:10??SocketFileTrans1.0\FileClient\Properties\Resources.resx
????.......??????1095??2012-07-31?10:10??SocketFileTrans1.0\FileClient\Properties\Settings.Designer.cs
????.......???????249??2012-07-31?10:10??SocketFileTrans1.0\FileClient\Properties\Settings.settings
?????文件??????13312??2018-06-15?11:02??SocketFileTrans1.0\FileServer\bin\Debug\FileServer.exe
?????文件??????26112??2018-06-15?11:02??SocketFileTrans1.0\FileServer\bin\Debug\FileServer.pdb
?????文件??????22696??2018-06-15?10:53??SocketFileTrans1.0\FileServer\bin\Debug\FileServer.vshost.exe
?????文件????????490??2015-06-04?12:48??SocketFileTrans1.0\FileServer\bin\Debug\FileServer.vshost.exe.manifest
????.......??????3679??2012-07-31?10:10??SocketFileTrans1.0\FileServer\FileServer.csproj
............此處省略45個文件信息
評論
共有 條評論