这不是很正常吗?EXE文件大,文本文件小,当然会这样了!如果你觉得不便,可以用把大文件分割了传输。至于断点续传,用NMFTP自身的函数即可。
procedure UploadRestore(LocalFile, RemoteFile: string; Position: Integer);
The UploadRestore method is used for continuing the upload of a file on the
 local computer to the remote FTP host.
procedure DownloadRestore(RemoteFile, LocalFile: string);
The DownloadRestore method continues a file transfer that was previously 
interrupted. This can only be done if there is a part of the file downloaded 
onto the local drive.