53 Commits

Author SHA1 Message Date
Amir Abbas abf68a6254 Updated to Swift 5.0, Removed Swift 3 support 2019-04-04 12:42:17 +04:30
T.Sasaki 90706f1842 Fixed bug: cannot be transferred file 4KB or less 2018-12-10 14:48:59 +09:00
T.Sasaki b9c1729733 Added FTP SSL/TLS session resumption/reuse support
- Get a SessionID of control connection after TLS Handshake, and set the SessionID to data connection
2018-11-20 11:10:05 +09:00
Amir Abbas Mousavian 83eb97a100 Merge pull request #135 from sasaki-945/master
Fixed few bug on FTP
2018-11-19 13:46:37 +03:30
Amir Abbas Mousavian 7c7763d105 Merge pull request #134 from sasaki-945/issue#113
Fixed Issue#113: FTP timeout error occurred when ftpList an empty directory
2018-11-19 13:44:54 +03:30
Amir Abbas Mousavian d1ac332ace Merge pull request #132 from sasaki-945/bug-fix
Fixed a blocked stream handle event during UI control
2018-11-19 13:34:43 +03:30
T.Sasaki 737cd7a7c3 Fixed a bug, cannot be canceled if canceled before login 2018-11-19 18:27:17 +09:00
T.Sasaki 004966aa69 Fixed a timeout error occurred when ftpList an empty directory
- Break a readData looping when the end of the stream has been reached
2018-11-19 17:33:46 +09:00
T.Sasaki d97f6c0289 To keep it compatible to Swift 3/4.0 2018-11-19 11:24:10 +09:00
T.Sasaki 8a5edc5700 Fixed a timeout error not notified 2018-11-16 19:45:48 +09:00
T.Sasaki 933ef9b5d4 Fixed a truncated uploaded file 2018-11-16 19:42:22 +09:00
T.Sasaki d6d777fd65 Fixed a blocked stream handle event during UI control 2018-11-16 17:18:03 +09:00
T.Sasaki 92f0970097 Convert a boolean value to enum for connecting to self-signed certificate FTPS server
> define an enum like Alamofire's ServerTrustPolicy
2018-11-14 17:55:55 +09:00
T.Sasaki 1fd724c3dc Added connect to self-signed certificate FTPS server 2018-11-09 18:56:45 +09:00
Amir Abbas e2572d2810 Fix #109, refactoring 2018-07-19 15:37:08 +04:30
Amir Abbas 5e3db16401 FTPdownload to use Stream, Fix FTP upload truncated 2018-07-10 15:46:06 +04:30
Amir Abbas 311fcc5a88 Switching to Stream, Fixed FPStreamTask would remain open 2018-07-08 02:44:27 +04:30
Amir Abbas fb389c1d69 Fix #102 & #103 (FTP write issue), Fix fileSize overflow on 32bit device 2018-07-07 23:31:48 +04:30
Amir Abbas f1f7955b86 Fix #105 FTP downloads corrupt file 2018-07-07 14:29:28 +04:30
Amir Abbas f2cd571d7a Fixed LocalFileMonitor dir not refreshing, Fixed FTP connection refused error by retrying 2018-04-25 13:23:15 +04:30
Amir Abbas 4202f5e1bd FPStreamTask returning real error instead of timeout 2018-04-22 17:50:42 +04:30
Amir Abbas 3040215ce3 Fixed race conditions, Possible fix #79 2018-04-22 14:17:42 +04:30
Amir Abbas 8e617c552d Woraround overriding bug in Swift for url(of:), Initial support for Linux 2018-03-02 01:20:08 +03:30
Amir Abbas fd89a04c8e Fixed FTP/SSL issue, Fixed error descriptions for HTTP and FTP
- Changed thumbnail and properties method signature to support progress
2018-02-24 23:41:45 +03:30
Amir Abbas 9b8db9e160 Fix #79 , Optimization and refactoring 2018-01-05 21:31:32 +03:30
Amir Abbas bd77c6ecd1 Fix StreamTask read data bug
- Single stream upload file
- Removed redundant ftp helper functions
2017-12-29 19:13:31 +03:30
Amir Abbas d29826c56c Fix FTP provider crashes and errors on uploading and downloading 2017-12-27 17:36:12 +03:30
Amir Abbas 0fb3fe5466 Fix. #71, Temp workaround for StreamTask issue 2017-12-26 11:17:25 +03:30
Amir Abbas 4c35e446a7 Fix provider base url (as directory), caused Cloud provider misbehaves 2017-10-13 02:31:31 +03:30
Amir Abbas 6cd5b7d8c5 Fixed error description in Dropbox (except uploads)
- Refactors in Dropbox request maker method
2017-10-11 01:14:02 +03:30
Amir Abbas 598444c90f Codebeat GPA improvements 2017-10-10 16:48:55 +03:30
Amir Abbas 9cc9a6a96a Improving documentation
- Renaming OneDriveProvider.SubAddress to Route
- Refactors to improve codebeat score
2017-10-10 11:07:28 +03:30
Amir Abbas 5800c9a2ec Improved compile speed, Fixed Swift 4 warnings 2017-09-24 13:12:31 +03:30
Amir Abbas 5a5beb6891 Refined error handling 2017-09-04 01:22:44 +04:30
Amir Abbas c7201a8be7 Fixed currentPath docs, delegateNotify method default error arg 2017-08-29 01:40:15 +04:30
Amir Abbas 8aedd8e72a Replaced OperationHandle with (NS)Progress 2017-08-15 13:42:41 +04:30
Amir Abbas 21850bb548 Probable fix for #51 2017-06-24 11:44:12 +04:30
Amir Abbas bf7043de29 Fixed relativePath(of:) bug, made it overridable
- Fixed StreamTask.taskDescription bug
2017-04-11 19:43:34 +04:30
Amir Abbas Mousavian f5c8f6308b FileProviderStreamTask (URLSessionStreakTask replica) is now public
- closing streams after ftpQuit() executed.
- added ability to add FTP Active Mode.
2017-03-30 23:49:28 +04:30
Amir Abbas Mousavian 4dbb0adb18 FTP better error handling 2017-03-30 13:16:03 +04:30
Amir Abbas Mousavian bf62d585fd implemented FTP copy fallback, FTPS manual auth 2017-03-30 10:41:14 +04:30
Amir Abbas 6959a14dc1 Fixed compiler error, closing streams in FTP provider 2017-03-29 09:29:22 +04:30
Amir Abbas 29a9e0fb82 Initial implementation of FTP
- ftp copy and search is not implemented
2017-03-29 04:17:03 +04:30
Amir Abbas Mousavian c7b4e1f124 Ensure baseURL is absolute, fixed warnings for Swift 3.1 2017-03-28 19:25:41 +04:30
Amir Abbas e12f386a9d Refactored DispatchTime, better ExposureTime calculation 2017-03-11 03:02:02 +03:30
Amir Abbas 194673b3b6 Added NSPredicate to searchFiles method
- public functions became open, now is overridable
- fixed urlCache documentation
2017-02-19 13:34:55 +03:30
Amir Abbas Mousavian 330a22c45d Completed Documentation, fixed a small bug. 2017-02-16 13:00:50 +03:30
Amir Abbas d2cf657ab2 Added Thumbnail and Meta-information generator to Local and Dropbox 2017-01-16 15:20:44 +03:30
Amir Abbas 50f6a393a0 Compiler Optimizations, Dropbox readme 2016-12-09 19:07:46 +03:30
Amir Abbas Mousavian 542c18bab6 Convert to Swift 2 2016-09-15 02:48:04 +04:30