FileInfo file = new FileInfo(path);
int m_iTotalLength = (int)m_localFileInfo.Length;
做一个FTP上传程序,传小文件没问题,传一个2G的文件m_iTotalLength 就变负值!!!
求教。