ACConnect icon indicating copy to clipboard operation
ACConnect copied to clipboard

Client libraries for connecting with HTTP, FTP, S3 and WebDAV servers

Results 9 ACConnect issues
Sort by recently updated
recently updated
newest added

1.fix a problem on **ACWebDAVItem's** **createDateStr** and **modifyDateStr**, it will not return nil now(reference from [DAVKit](https://github.com/mattrajca/DAVKit)) --- 2.fix a bug on transfering the parameter **overwrite** in **ACWebDAVCopyRequest**; It didn't transfer...

I'm not sure if this is by design, or just something that needed to be done down the track, but the file transfer is enabled by default on init, even...

hi, plz how i can run ACConnect width xCode 4.6.2 ,IOS 6.x

My iOS app crashes while trying to upload successfully 10+ files. ![Screen Shot 2013-03-18 at 4 44 31 PM](https://f.cloud.github.com/assets/382407/272729/dd36c910-900c-11e2-9964-de4b103b53d6.png)

I have tried uploading, downloading and folder creation. Is there any way to get the listing of folders and files on webdav server?

Hi, Great lib I found for WebDAV support in iOS. Can we upload/download folder using this lib?(Sorry for raising issue for this, its not an issue)

Hello, I tried using the class recido ACWebDAVClient and the 405. ``` [self.propReq initWithHost: @ "http://myhost/files/webdav.php" username: @ "admin" password: @ "******"]; ``` [self.propReq UploadFile: @ "test.dat" toPath: @ "/...