15 references to Ftp
PresentationCore (1)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
359
_method = WebRequestMethods.
Ftp
.DownloadFile; // ftp default
System.Net.Requests (14)
System\Net\FtpWebRequest.cs (14)
109
new FtpMethodInfo(WebRequestMethods.
Ftp
.DownloadFile,
115
new FtpMethodInfo(WebRequestMethods.
Ftp
.ListDirectory,
122
new FtpMethodInfo(WebRequestMethods.
Ftp
.ListDirectoryDetails,
129
new FtpMethodInfo(WebRequestMethods.
Ftp
.UploadFile,
134
new FtpMethodInfo(WebRequestMethods.
Ftp
.UploadFileWithUniqueName,
141
new FtpMethodInfo(WebRequestMethods.
Ftp
.AppendFile,
146
new FtpMethodInfo(WebRequestMethods.
Ftp
.DeleteFile,
150
new FtpMethodInfo(WebRequestMethods.
Ftp
.GetDateTimestamp,
154
new FtpMethodInfo(WebRequestMethods.
Ftp
.GetFileSize,
158
new FtpMethodInfo(WebRequestMethods.
Ftp
.Rename,
162
new FtpMethodInfo(WebRequestMethods.
Ftp
.MakeDirectory,
167
new FtpMethodInfo(WebRequestMethods.
Ftp
.RemoveDirectory,
172
new FtpMethodInfo(WebRequestMethods.
Ftp
.PrintWorkingDirectory,
500
_methodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.
Ftp
.DownloadFile);