cocoa - SimpleFTPUpload on Mac Os X -
i reading post [3334:303] file read error
error while trying upload files via simpleftp
source code. experiencing same problem, using simpleftpupload
on mac os x project. file exists when gets to
bytesread = [self.filestream read:self.buffer maxlength:ksendbuffersize]; bytesread returns -1 , apps gives "[3334:303] file read error" error.
did happen find solution ?
many thanks,
alfonso tesauro mac os developer
from you've said, take simpleftp opensource project.
in code project, for:
file read error
and see what's in region.
another idea add a:
nslog(@"%@", errorreason);
where errorreason whatever holding error number @ time. without details on simpleftp scripts, 1 can't ascertain what's going on.
file read error
is ambiguous error , isn't standard debugger error.
Comments
Post a Comment