public static FtpItemCollection GetCustomParsedList(this Sftp sftp) { var list = new FtpItemCollection(); foreach (string rawLine in sftp.GetRawList()) { var item = FtpItem.Parse(rawLine); list.Add(item); } return list; }
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.