Skip to content

Patch for /trunk/Classes/FtpConnection.m #4

@GoogleCodeExporter

Description

@GoogleCodeExporter
-(void)doRetr:(id)sender arguments:(NSArray*)arguments:
Here a small modification on the method called. Data is loaded in memory on 
demand, so only a small
amount of memory is required even for huge files:[ NSMutableData 
dataWithContentsOfMappedFile:filePath ]


-(NSString*)fileNameFromArgs:(NSArray*)arguments : 
I made changes to get the filename correctly from the arguments following the 
command string
Generally all the arguments following the command (according to the FTP rfc are 
not modifiers, but
the filenames.

Original issue reported on code.google.com by guglielm...@gmail.com on 13 Jul 2011 at 10:23

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions