【发布时间】:2013-07-31 05:40:51
【问题描述】:
在尝试通过SimpleFTP 源代码上传文件时,我正在阅读您关于[3334:303] File read error 错误的帖子。我遇到了同样的问题,我在 Mac Os X 项目上使用SimpleFTPUpload。该文件存在,但是当它到达时
bytesRead = [self.fileStream read:self.buffer maxLength:kSendBufferSize];
bytesread returns -1 and the apps gives the "[3334:303] File read error" error.
您是否碰巧找到了解决方案?
非常感谢,
阿方索·泰索罗 Mac OS 开发人员
【问题讨论】:
标签: cocoa objective-c-2.0