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)
109new FtpMethodInfo(WebRequestMethods.Ftp.DownloadFile, 115new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectory, 122new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectoryDetails, 129new FtpMethodInfo(WebRequestMethods.Ftp.UploadFile, 134new FtpMethodInfo(WebRequestMethods.Ftp.UploadFileWithUniqueName, 141new FtpMethodInfo(WebRequestMethods.Ftp.AppendFile, 146new FtpMethodInfo(WebRequestMethods.Ftp.DeleteFile, 150new FtpMethodInfo(WebRequestMethods.Ftp.GetDateTimestamp, 154new FtpMethodInfo(WebRequestMethods.Ftp.GetFileSize, 158new FtpMethodInfo(WebRequestMethods.Ftp.Rename, 162new FtpMethodInfo(WebRequestMethods.Ftp.MakeDirectory, 167new FtpMethodInfo(WebRequestMethods.Ftp.RemoveDirectory, 172new FtpMethodInfo(WebRequestMethods.Ftp.PrintWorkingDirectory, 497_methodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.DownloadFile);