91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.05M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語言: C#
  • 標簽: c??圖像??IM????a??

資源簡介

csharp ftp開發(fā)中的客戶端開發(fā)

資源截圖

代碼片段和文件信息

using?System;
using?System.IO;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Net;

namespace?FTP24CP
{
????public?partial?class?Form1?:?Form
????{
????????string?ftpServerIP;
????????string?ftpUserID;
????????string?ftpPassword;

????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????ftpServerIP?=?“202.121.50.198“;
????????????ftpUserID?=?“mxd“;
????????????ftpPassword?=?““;
????????????txtServerIP.Text?=?ftpServerIP;
????????????txtUsername.Text?=?ftpUserID;
????????????txtPassword.Text?=?ftpPassword;
????????????this.Text?+=?ftpServerIP;

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????28672??2008-03-21?10:05??chap07\code\FTP24CP\bin\Debug\FTP24CP.exe

?????文件??????40448??2008-03-21?10:05??chap07\code\FTP24CP\bin\Debug\FTP24CP.pdb

?????文件???????5632??2008-03-21?10:05??chap07\code\FTP24CP\bin\Debug\FTP24CP.vshost.exe

?????文件??????14241??2008-03-21?10:05??chap07\code\FTP24CP\Form1.cs

?????文件??????18912??2008-03-21?10:05??chap07\code\FTP24CP\Form1.Designer.cs

?????文件???????5814??2008-03-21?10:05??chap07\code\FTP24CP\Form1.resx

?????文件???????3322??2008-03-21?10:05??chap07\code\FTP24CP\FTP24CP.csproj

?????文件????????902??2008-03-21?10:05??chap07\code\FTP24CP\FTP24CP.sln

?????文件??????19456??2008-03-21?10:05??chap07\code\FTP24CP\FTP24CP.suo

?????文件????????842??2008-03-21?10:05??chap07\code\FTP24CP\obj\Debug\FTP24CP.csproj.GenerateResource.Cache

?????文件??????28672??2008-03-21?10:05??chap07\code\FTP24CP\obj\Debug\FTP24CP.exe

?????文件????????180??2008-03-21?10:05??chap07\code\FTP24CP\obj\Debug\FTP24CP.Form1.resources

?????文件??????40448??2008-03-21?10:05??chap07\code\FTP24CP\obj\Debug\FTP24CP.pdb

?????文件????????180??2008-03-21?10:05??chap07\code\FTP24CP\obj\Debug\FTP24CP.Properties.Resources.resources

?????文件????????268??2008-03-21?10:05??chap07\code\FTP24CP\obj\FTP24CP.csproj.FileList.txt

?????文件????????474??2008-03-21?10:05??chap07\code\FTP24CP\Program.cs

?????文件???????1272??2008-03-21?10:05??chap07\code\FTP24CP\Properties\AssemblyInfo.cs

?????文件???????2841??2008-03-21?10:05??chap07\code\FTP24CP\Properties\Resources.Designer.cs

?????文件???????5612??2008-03-21?10:05??chap07\code\FTP24CP\Properties\Resources.resx

?????文件???????1090??2008-03-21?10:05??chap07\code\FTP24CP\Properties\Settings.Designer.cs

?????文件????????249??2008-03-21?10:05??chap07\code\FTP24CP\Properties\Settings.settings

?????文件????????270??2008-03-21?10:05??chap07\readme.txt

?????目錄??????????0??2009-02-20?13:56??chap07\code\FTP24CP\obj\Debug\Refactor

?????目錄??????????0??2009-02-20?13:56??chap07\code\FTP24CP\obj\Debug\TempPE

?????目錄??????????0??2009-02-20?13:56??chap07\code\FTP24CP\bin\Debug

?????目錄??????????0??2009-02-20?13:56??chap07\code\FTP24CP\obj\Debug

?????目錄??????????0??2009-02-20?13:56??chap07\code\FTP24CP\bin

?????目錄??????????0??2009-02-20?13:56??chap07\code\FTP24CP\obj

?????目錄??????????0??2009-02-20?13:56??chap07\code\FTP24CP\Properties

?????目錄??????????0??2009-02-20?13:56??chap07\code\FTP24CP

............此處省略5個文件信息

評論

共有 條評論