Introduction - If you have any usage issues, please Google them yourself
or (int i = 0 i < len && partCount <= 6 i++)
{
char ch = Char.Parse(ipData.Substring(i,1))
if (Char.IsDigit(ch))
buf+=ch
else if (ch != , )
{
throw new IOException("Malformed PASV strReply: "+
strReply)
}
if (ch == , || i+1 == len)
{
try
{
parts[partCount++] = Int32.Parse(buf)
buf=""
}
catch (Exception)
{
throw new IOException("Malformed PASV strReply: "+
strReply)