karelia / CurlHandle

Cocoa Class wrapping libcurl
54 stars 21 forks source link

Set permissions on files/directories during creation (+ small warning/analyzer fixes) #1

Closed CarterA closed 12 years ago

CarterA commented 12 years ago

Pretty straightforward. This just lets you set permissions on files and directories during creation. I made it use an NSNumber storing an unsigned long because that's what I saw ConnectionKit doing. Let me know if there's anything you want me to do differently.

CarterA commented 12 years ago

Splitting this off into a separate method makes way more sense, you're right. I'm going to close this now.