91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

VB.NET中怎么處理FTP文件

發布時間:2021-08-11 15:45:43 來源:億速云 閱讀:167 作者:Leah 欄目:編程語言

VB.NET中怎么處理FTP文件,針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。

VB.NET處理FTP方法一:使用Ftp.exe,通過process類來調用它。

ImportsSystem.Diagnostics  ...  PublicSubGetFileByCallFtp()  '定義ProcessStartInfo,Process的啟動信息。  DimpsiAsNewProcessStartInfo  'ftp.exe的路徑***放到配置文件里。  psi.FileName="C:\WINNT\system32\ftp.exe" psi.RedirectStandardInput=False psi.RedirectStandardOutput=True '該值指示不使用操作系統Shell程序啟動進程。  psi.UseShellExecute=False '命令集文件名.注意,路徑中不能有空格.  DimfileNameAsString="C\ftp.txt" '-s:FileName表示,從文件中讀取控制命令  psi.Arguments="-s:"+fileName  DimprocAsProcess  proc=Process.Start(psi)  '等待進程完成任務  proc.WaitForExit()  '在控制臺輸出結果  Console.WriteLine(proc.StandardOutput)  Console.ReadLine()  EndSub

VB.NET處理FTP方法二,使用win32api——wininet.dll

首先是,api聲明:

因為此測試程序,是VB.NETConsoleApplication所以,api聲明寫在Module里,

方法是靜態的。所以沒加Shared關鍵字,這一點請大家注意。

<DllImport("wininet")>_  PublicFunctionInternetOpen(ByValsAgentAsString,ByValLAccessTypeAsInteger,ByValsProxyNameAsString,_  ByValSProxyBypassAsString,ByVallFlagsAsInteger)AsInteger  EndFunction  <DllImport("wininet")>_  PublicFunctionInternetConnect(ByValhInternetSessionAsInteger,ByValsServerNameAsString,_  ByValnServerPortAsInteger,ByValsUsernameAsString,_  ByValsPasswordAsString,ByVallServiceAsInteger,_  ByVallFlagsAsInteger,ByVallContextAsInteger)AsInteger  EndFunction  <DllImport("wininet")>_  PublicFunctionFtpGetFile(ByValhFtpSessionAsInteger,ByVallpszRemoteFileAsString,_  ByVallpszNewFileAsString,ByValfFailIfExistsAsBoolean,_  ByValdwFlagsAndAttributesAsInteger,ByValdwFlagsAsInteger,_  ByValdwContextAsInteger)AsBoolean  EndFunction  <DllImport("wininet")>_  PublicFunctionInternetCloseHandle(ByValhInetAsInteger)AsInteger  EndFunction

調用:

PublicSubGetFileByCallWininetDLL()  Try  DimintinetAsInteger=InternetOpen(Nothing,0,Nothing,Nothing,0)  Ifintinet>0Then  '參數:intinet的session值,ftp地址,端口,用戶名,密碼,lService,lFlags,lContext  DimintinetconnAsInteger=InternetConnect(intinet,"192.168.110.152",0,"tokiwa","tokiwa",1,0,0)  Ifintinetconn>0Then  '下載某個文件到指定文件  DimretAsBoolean=FtpGetFile(intinetconn,"pagerror.gif","C:\itest.gif",0,0,1,0)  IfretThen  Console.WriteLine("ok!")  Console.ReadLine()  EndIf  InternetCloseHandle(intinetconn)  InternetCloseHandle

關于VB.NET中怎么處理FTP文件問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

临汾市| 疏勒县| 安溪县| 孙吴县| 东莞市| 巴里| 福安市| 东乡县| 随州市| 镇沅| 中超| 沈阳市| 壶关县| 修文县| 松阳县| 永和县| 常德市| 山东| 星子县| 彭州市| 麦盖提县| 井冈山市| 安顺市| 康乐县| 任丘市| 绩溪县| 大悟县| 九龙坡区| 陆川县| 湖南省| 华容县| 茂名市| 太保市| 定西市| 威远县| 丰都县| 全南县| 武川县| 马山县| 乳源| 黔西县|