FtpWebRequest request = FtpWebRequest.Create(“ftp://something.com/textfile.txt”) as FtpWebRequest;. In the next step will pass the credentials, ...
確定! 回上一頁