TAILIEUCHUNG - Tự học ngôn ngữ lập trình Visual Basic 2005 part 10

Tham khảo tài liệu 'tự học ngôn ngữ lập trình visual basic 2005 part 10', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | hương 6 - Các djch vụ nén .NET nhanh qua một site FTP lùi xuóng một số tầng trong cấu trúc thư mục và lựa chọn file gây chú ý cho bạn Ví dụ chỉ ra mã cho form trình duyệt FTP. Ví dụ Form trình duyệt FTP Public Class FtpForm Inherits Sy stem. Win lows. Forms Form 1 Stores the path currently shown in the Listview. Private CurrentPath As string Private Sub cmdQuery_Click ByVal sender As . _ ByVai e As Handles Check the URI is valid. Dim RequestUri As Uri ValidateUri If RequestUri Is Nothing Then Return Clear the Listview. listDir. Create a new FTP request using the URL Dim Request As FtpWebRequest Request CType RequestUri . FtpWebRequest Use this request for getting full directory details. LIST Request. UsePassive False Dim Response As FtpWebResponse Dim Responsestream As Stream Dim Reader As StreamReader Try Execute the command and get the response. Response CType FtpWebResponse Status Response. StatusDescription Read the response one line at a time. 248 Chưdng 6 - Các dịch vụ nền .NET Responsestream Reader New stream Reader ResponseStream . Encod in Dim Line As string Do Line Reader ReadLine If Line Then Line Extract just the file or directory name from the line. Dim Listitem As New ListViewltem 59 .Trim If O 1 d Then Folder Else - File End If listDir. Items. Add Listltem End If Loop Until Line 1 Operation completed successfully store the current FTP path. Currentpath Catch Ex As Exception Ex. Message Finally Clean up. End Try End Sub Private Sub cmdDownload_Click ByVal sender As _ ByVai e As Handles .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.