資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Diagnostics;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
//using?System.Collections.Generic;
using?System.IO;
using?System.Net;
using?System.Security.Cryptography;
namespace?上傳文件
{
????public?partial?class?Form1?:?Form
????{
????????private?static?string?FTPCONSTR?=?“ftp://10.2.72.18“;//FTP的服務器地址,格式為ftp://192.168.1.234:8021/。ip地址和端口換成自己的,這些建議寫在配置文件中,方便修改
????????private?static?string?FTPUSERNAME?=?“evmftp“;//FTP服務器的用戶名
????????private?static?string?FTPPASSWORD?=?“8CA3419F18663FCA8A3D655E3D69CEAE“;//FTP服務器的密碼
????????public?Form1()
????????{
????????????InitializeComponent()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-01-31?13:07??上傳文件\
?????文件???????10169??2018-02-09?14:31??上傳文件\Form1.Designer.cs
?????文件???????13150??2018-05-17?14:40??上傳文件\Form1.cs
?????文件?????2430763??2018-02-09?14:31??上傳文件\Form1.resx
?????文件?????????493??2018-01-31?09:58??上傳文件\Program.cs
?????目錄???????????0??2018-01-31?09:58??上傳文件\Properties\
?????文件????????1374??2018-01-31?09:58??上傳文件\Properties\AssemblyInfo.cs
?????文件????????2864??2018-01-31?10:04??上傳文件\Properties\Resources.Designer.cs
?????文件????????5612??2018-01-31?09:58??上傳文件\Properties\Resources.resx
?????文件????????1112??2018-01-31?10:04??上傳文件\Properties\Settings.Designer.cs
?????文件?????????249??2018-01-31?09:58??上傳文件\Properties\Settings.settings
?????文件?????????144??2018-01-31?10:04??上傳文件\app.config
?????目錄???????????0??2018-01-31?13:07??上傳文件\bin\
?????目錄???????????0??2018-05-17?14:40??上傳文件\bin\Debug\
?????文件?????2245120??2015-03-10?22:12??上傳文件\bin\Debug\CSkin.dll
?????目錄???????????0??2018-05-17?14:40??上傳文件\bin\Debug\zh-Hans\
?????文件?????1640448??2018-05-17?14:40??上傳文件\bin\Debug\上傳文件.exe
?????文件?????????144??2018-01-31?10:04??上傳文件\bin\Debug\上傳文件.exe.config
?????文件???????32256??2018-05-17?14:40??上傳文件\bin\Debug\上傳文件.pdb
?????文件???????11600??2018-05-17?14:40??上傳文件\bin\Debug\上傳文件.vshost.exe
?????文件?????????144??2018-01-31?10:04??上傳文件\bin\Debug\上傳文件.vshost.exe.config
?????文件?????????490??2017-09-29?21:43??上傳文件\bin\Debug\上傳文件.vshost.exe.manifest
?????目錄???????????0??2018-05-17?14:40??上傳文件\bin\Release\
?????目錄???????????0??2018-01-31?09:58??上傳文件\obj\
?????目錄???????????0??2018-01-31?09:58??上傳文件\obj\x86\
?????目錄???????????0??2018-05-17?14:40??上傳文件\obj\x86\Debug\
?????文件???????17900??2018-02-09?14:30??上傳文件\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6287??2018-05-17?14:40??上傳文件\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2018-01-31?10:04??上傳文件\obj\x86\Debug\TempPE\
?????文件????????4608??2018-01-31?10:04??上傳文件\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????目錄???????????0??2018-05-17?14:40??上傳文件\obj\x86\Debug\zh-Hans\
............此處省略7個文件信息
評論
共有 條評論