System\Net\FtpWebRequest.cs (13)
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,