|
@@ -131,6 +131,9 @@ class NCTrash: UIViewController , UICollectionViewDataSource, UICollectionViewDe
|
|
let ocNetworking = OCnetworking.init(delegate: self, metadataNet: nil, withUser: appDelegate.activeUser, withUserID: appDelegate.activeUserID, withPassword: appDelegate.activePassword, withUrl: appDelegate.activeUrl)
|
|
let ocNetworking = OCnetworking.init(delegate: self, metadataNet: nil, withUser: appDelegate.activeUser, withUserID: appDelegate.activeUserID, withPassword: appDelegate.activePassword, withUrl: appDelegate.activeUrl)
|
|
ocNetworking?.moveFileOrFolder("fileName", fileNameTo: "fileNameTo", success: {
|
|
ocNetworking?.moveFileOrFolder("fileName", fileNameTo: "fileNameTo", success: {
|
|
}, failure: { (message, errorCode) in
|
|
}, failure: { (message, errorCode) in
|