DLSFTPClient
DLSFTPClient copied to clipboard
SFTP Client library and sample app for iOS, using libssh2
**Issue 1:** *** Incorrect guard value: 0 malloc: *** set a breakpoint in malloc_error_break to debug malloc: Heap corruption detected, free list is damaged at 0x600003f44b60 *** Incorrect guard value:...
Crash in DLSFTPDownloadRequest.m on the line 301: dispatch_async(self.connection.socketQueue, ^{ [weakSelf downloadChunk]; }); after I cancel current download request
I tested this library but it does not work for FTP over SSL/TSL. Please help, how I can connect FTP over SSL/TSL.
I'm trying to build a fat binary (i386, armv7 and arm64) to accommodate Apple's requirement that all existing apps be 64-bit before July. I have built openssl with all five...
When you initiate an upload, the library will return an error about being unable to stat the file even though the file was uploaded successfully. The part where this happens...
``` $ pod spec lint -> DLSFTPClient (1.0.0) - NOTE | [iOS] [xcodebuild] DLSFTPClient/DLSFTPClient/Classes/DLSFTPConnection.m:356:93: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32] - NOTE | [iOS]...