net\System\Net\FtpWebRequest.cs (13)
113new FtpMethodInfo(WebRequestMethods.Ftp.DownloadFile,
119new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectory,
126new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectoryDetails,
133new FtpMethodInfo(WebRequestMethods.Ftp.UploadFile,
138new FtpMethodInfo(WebRequestMethods.Ftp.UploadFileWithUniqueName,
145new FtpMethodInfo(WebRequestMethods.Ftp.AppendFile,
150new FtpMethodInfo(WebRequestMethods.Ftp.DeleteFile,
154new FtpMethodInfo(WebRequestMethods.Ftp.GetDateTimestamp,
158new FtpMethodInfo(WebRequestMethods.Ftp.GetFileSize,
162new FtpMethodInfo(WebRequestMethods.Ftp.Rename,
166new FtpMethodInfo(WebRequestMethods.Ftp.MakeDirectory,
171new FtpMethodInfo(WebRequestMethods.Ftp.RemoveDirectory,
176new FtpMethodInfo(WebRequestMethods.Ftp.PrintWorkingDirectory,