├── .appledoc.plist ├── .gitignore ├── .gitmodules ├── AuthTester ├── AppDelegate.h ├── AppDelegate.m ├── AuthTester-Info.plist ├── AuthTester-Prefix.pch ├── en.lproj │ ├── Credits.rtf │ ├── InfoPlist.strings │ └── MainMenu.xib └── main.m ├── Connection-Info.plist ├── Connection.svxSite ├── Connection.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcshareddata │ └── xcschemes │ └── ConnectionKit.xcscheme ├── ConnectionKit 2.graffle ├── ConnectionKit.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── ConnectionKit.xccheckout ├── ConnectionKit ├── CK2Authentication.h ├── CK2Authentication.m ├── CK2BrowserPreviewController.h ├── CK2BrowserPreviewController.m ├── CK2BrowserPreviewView.h ├── CK2BrowserPreviewView.m ├── CK2CURLBasedProtocol.h ├── CK2CURLBasedProtocol.m ├── CK2CurlTransferStackManager.h ├── CK2CurlTransferStackManager.m ├── CK2FTPProtocol.h ├── CK2FTPProtocol.m ├── CK2FileCell.h ├── CK2FileCell.m ├── CK2FileManager.h ├── CK2FileManager.m ├── CK2FileManagerWithTestSupport.h ├── CK2FileManagerWithTestSupport.m ├── CK2FileOperation.h ├── CK2FileOperation.m ├── CK2FileOperationWithTestSupport.h ├── CK2FileOperationWithTestSupport.m ├── CK2FileProtocol.h ├── CK2FileProtocol.m ├── CK2FileSizeFormatter.h ├── CK2FileSizeFormatter.m ├── CK2IconItemView.h ├── CK2IconItemView.m ├── CK2IconView.h ├── CK2IconView.m ├── CK2IconViewItem.h ├── CK2IconViewItem.m ├── CK2NewFolderWindowController.h ├── CK2NewFolderWindowController.m ├── CK2OpenPanel.h ├── CK2OpenPanel.m ├── CK2OpenPanelColumnViewController.h ├── CK2OpenPanelColumnViewController.m ├── CK2OpenPanelController.h ├── CK2OpenPanelController.m ├── CK2OpenPanelIconViewController.h ├── CK2OpenPanelIconViewController.m ├── CK2OpenPanelListViewController.h ├── CK2OpenPanelListViewController.m ├── CK2OpenPanelViewController.h ├── CK2OpenPanelViewController.m ├── CK2PathControl.h ├── CK2PathControl.m ├── CK2PathFieldWindowController.h ├── CK2PathFieldWindowController.m ├── CK2Protocol.h ├── CK2Protocol.m ├── CK2SFTPProtocol.h ├── CK2SFTPProtocol.m ├── CK2WebDAVProtocol.h ├── CK2WebDAVProtocol.m ├── CKConnectionProtocol.h ├── CKS3Connection.h ├── CKS3Connection.m ├── CKTransferProgressCell.h ├── CKTransferProgressCell.m ├── CKTransferRecord.h ├── CKTransferRecord.m ├── CKUploader.h ├── CKUploader.m ├── ConnectionKit.h ├── ConnectionTest.h ├── ConnectionTest.m ├── Connection_Prefix.pch ├── NSImage+CK2OpenPanel.h ├── NSImage+CK2OpenPanel.m ├── NSURL+CK2OpenPanel.h ├── NSURL+CK2OpenPanel.m ├── en.lproj │ ├── CK2FilePreview.xib │ ├── CK2NewFolderWindow.xib │ ├── CK2OpenPanel.xib │ └── CK2PathFieldWindow.xib └── main.m ├── ConnectionKitUI ├── ConnectionKitUI-Info.plist ├── ConnectionKitUI-Prefix.pch ├── ConnectionKitUI.h └── en.lproj │ └── InfoPlist.strings ├── Documentation └── Standard Errors.md ├── Example ├── AquaFolder.png ├── Connection-Info.plist ├── Connection.svxSite ├── ConnectionApp.xcodeproj │ └── project.pbxproj ├── ConnectionTest.h ├── ConnectionTest.m ├── Connection_Prefix.pch ├── Controller.h ├── Controller.m ├── DropletController.h ├── DropletController.m ├── DropletHelper-Info.plist ├── DropletIcon.icns ├── DropletLauncher.m ├── DropletMain.m ├── DropletOutlineView.h ├── DropletOutlineView.m ├── DropletPanel.h ├── DropletPanel.m ├── FileTransfer.h ├── FileTransfer.m ├── Framework Debug.xcconfig ├── Framework Release.xcconfig ├── Framework-Info.plist ├── InputDialog.h ├── InputDialog.m ├── KTLog Viewer-Info.plist ├── KTLogController.h ├── KTLogController.m ├── LeopardFolder.tiff ├── Logs.icns ├── ONBSSLContext.h ├── ONBSSLContext.m ├── ONBSSLIdentity.h ├── ONBSSLIdentity.m ├── PermissionsController.h ├── PermissionsController.m ├── ProgressCell.h ├── ProgressCell.m ├── README ├── ReleaseNotes.txt ├── Stop.tiff ├── UKKQueue_Symbols ├── channel.c ├── comp.c ├── connect.tiff ├── console.tiff ├── crypt.c ├── da.lproj │ ├── DropletLauncher.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── InfoPlist.strings │ └── Localizable.strings ├── de.lproj │ ├── DropletLauncher.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── InfoPlist.strings │ └── Localizable.strings ├── delete.tiff ├── download.tif ├── edit.png ├── en.lproj │ ├── Droplet.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── DropletLauncher.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── InfoPlist.strings │ ├── InputDialog.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── KTLogViewer.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── Localizable.strings │ ├── MainMenu.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ └── Permissions.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib ├── fr.lproj │ ├── DropletLauncher.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── InfoPlist.strings │ └── Localizable.strings ├── home.tiff ├── hostkey.c ├── icon.icns ├── it.lproj │ ├── DropletLauncher.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── InfoPlist.strings │ └── Localizable.strings ├── ja.lproj │ ├── DropletLauncher.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── InfoPlist.strings │ └── Localizable.strings ├── kex.c ├── ktlogviewer_main.m ├── libssh2.h ├── libssh2_config.h ├── libssh2_priv.h ├── libssh2_publickey.h ├── libssh2_sftp.h ├── lock.tiff ├── mac.c ├── main.m ├── misc.c ├── network_icon.png ├── openssl.c ├── openssl.h ├── packet.c ├── pem.c ├── publickey.c ├── redo.tif ├── scp.c ├── session.c ├── sftp.c ├── symlink_file.tif ├── symlink_folder.tif ├── unit test │ └── 09 moustik.mp3 ├── upload.tif ├── userauth.c ├── version.plist ├── zh_CN.lproj │ ├── DropletLauncher.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── InfoPlist.strings │ └── Localizable.strings └── zh_TW.lproj │ ├── DropletLauncher.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib │ ├── InfoPlist.strings │ └── Localizable.strings ├── Framework Debug.xcconfig ├── Framework Release.xcconfig ├── ProfilingTester ├── AppDelegate.h ├── AppDelegate.m ├── ProfilingTester-Info.plist ├── ProfilingTester-Prefix.pch ├── en.lproj │ ├── Credits.rtf │ ├── InfoPlist.strings │ └── MainMenu.xib └── main.m ├── README.md ├── Resources ├── Framework-Info.plist ├── bookmark.tif ├── da.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── de.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── en.lproj │ └── Localizable.strings ├── error.png ├── es.lproj │ └── Localizable.strings ├── finished.png ├── fr.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── it.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── ja.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── pt_BR.lproj │ └── Localizable.strings ├── zh_CN.lproj │ ├── InfoPlist.strings │ └── Localizable.strings └── zh_TW.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── UKQueue └── UKKQueue_Symbols ├── UnitTests ├── 09 moustik.mp3 ├── BaseCKProtocolTests.h ├── BaseCKProtocolTests.m ├── BaseCKTests.h ├── BaseCKTests.m ├── CKUploaderTests.m ├── ErrorTests.m ├── FTPAuthenticationTests.m ├── FTPTests.m ├── FileTests.m ├── PathTests.m ├── README.md ├── SFTPTests.m ├── URLAppendingTests.m ├── URLCanonicalizationTests.m ├── URLDirectoryTests.m ├── URLTests.m ├── URLs.testdata ├── UnitTest-Info.plist ├── UnitTests_Prefix.pch ├── WebDAVTests.m ├── test.sh ├── use-ftp-server.sh ├── use-mockserver.sh ├── use-sftp-server.sh └── use-webdav-server.sh └── version.plist /.appledoc.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/.appledoc.plist -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/.gitmodules -------------------------------------------------------------------------------- /AuthTester/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/AuthTester/AppDelegate.h -------------------------------------------------------------------------------- /AuthTester/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/AuthTester/AppDelegate.m -------------------------------------------------------------------------------- /AuthTester/AuthTester-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/AuthTester/AuthTester-Info.plist -------------------------------------------------------------------------------- /AuthTester/AuthTester-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/AuthTester/AuthTester-Prefix.pch -------------------------------------------------------------------------------- /AuthTester/en.lproj/Credits.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/AuthTester/en.lproj/Credits.rtf -------------------------------------------------------------------------------- /AuthTester/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /AuthTester/en.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/AuthTester/en.lproj/MainMenu.xib -------------------------------------------------------------------------------- /AuthTester/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/AuthTester/main.m -------------------------------------------------------------------------------- /Connection-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Connection-Info.plist -------------------------------------------------------------------------------- /Connection.svxSite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Connection.svxSite -------------------------------------------------------------------------------- /Connection.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Connection.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Connection.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Connection.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Connection.xcodeproj/xcshareddata/xcschemes/ConnectionKit.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Connection.xcodeproj/xcshareddata/xcschemes/ConnectionKit.xcscheme -------------------------------------------------------------------------------- /ConnectionKit 2.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit 2.graffle -------------------------------------------------------------------------------- /ConnectionKit.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ConnectionKit.xcworkspace/xcshareddata/ConnectionKit.xccheckout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit.xcworkspace/xcshareddata/ConnectionKit.xccheckout -------------------------------------------------------------------------------- /ConnectionKit/CK2Authentication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2Authentication.h -------------------------------------------------------------------------------- /ConnectionKit/CK2Authentication.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2Authentication.m -------------------------------------------------------------------------------- /ConnectionKit/CK2BrowserPreviewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2BrowserPreviewController.h -------------------------------------------------------------------------------- /ConnectionKit/CK2BrowserPreviewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2BrowserPreviewController.m -------------------------------------------------------------------------------- /ConnectionKit/CK2BrowserPreviewView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2BrowserPreviewView.h -------------------------------------------------------------------------------- /ConnectionKit/CK2BrowserPreviewView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2BrowserPreviewView.m -------------------------------------------------------------------------------- /ConnectionKit/CK2CURLBasedProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2CURLBasedProtocol.h -------------------------------------------------------------------------------- /ConnectionKit/CK2CURLBasedProtocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2CURLBasedProtocol.m -------------------------------------------------------------------------------- /ConnectionKit/CK2CurlTransferStackManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2CurlTransferStackManager.h -------------------------------------------------------------------------------- /ConnectionKit/CK2CurlTransferStackManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2CurlTransferStackManager.m -------------------------------------------------------------------------------- /ConnectionKit/CK2FTPProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FTPProtocol.h -------------------------------------------------------------------------------- /ConnectionKit/CK2FTPProtocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FTPProtocol.m -------------------------------------------------------------------------------- /ConnectionKit/CK2FileCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileCell.h -------------------------------------------------------------------------------- /ConnectionKit/CK2FileCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileCell.m -------------------------------------------------------------------------------- /ConnectionKit/CK2FileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileManager.h -------------------------------------------------------------------------------- /ConnectionKit/CK2FileManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileManager.m -------------------------------------------------------------------------------- /ConnectionKit/CK2FileManagerWithTestSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileManagerWithTestSupport.h -------------------------------------------------------------------------------- /ConnectionKit/CK2FileManagerWithTestSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileManagerWithTestSupport.m -------------------------------------------------------------------------------- /ConnectionKit/CK2FileOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileOperation.h -------------------------------------------------------------------------------- /ConnectionKit/CK2FileOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileOperation.m -------------------------------------------------------------------------------- /ConnectionKit/CK2FileOperationWithTestSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileOperationWithTestSupport.h -------------------------------------------------------------------------------- /ConnectionKit/CK2FileOperationWithTestSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileOperationWithTestSupport.m -------------------------------------------------------------------------------- /ConnectionKit/CK2FileProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileProtocol.h -------------------------------------------------------------------------------- /ConnectionKit/CK2FileProtocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileProtocol.m -------------------------------------------------------------------------------- /ConnectionKit/CK2FileSizeFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileSizeFormatter.h -------------------------------------------------------------------------------- /ConnectionKit/CK2FileSizeFormatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2FileSizeFormatter.m -------------------------------------------------------------------------------- /ConnectionKit/CK2IconItemView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2IconItemView.h -------------------------------------------------------------------------------- /ConnectionKit/CK2IconItemView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2IconItemView.m -------------------------------------------------------------------------------- /ConnectionKit/CK2IconView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2IconView.h -------------------------------------------------------------------------------- /ConnectionKit/CK2IconView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2IconView.m -------------------------------------------------------------------------------- /ConnectionKit/CK2IconViewItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2IconViewItem.h -------------------------------------------------------------------------------- /ConnectionKit/CK2IconViewItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2IconViewItem.m -------------------------------------------------------------------------------- /ConnectionKit/CK2NewFolderWindowController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2NewFolderWindowController.h -------------------------------------------------------------------------------- /ConnectionKit/CK2NewFolderWindowController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2NewFolderWindowController.m -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanel.h -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanel.m -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelColumnViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelColumnViewController.h -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelColumnViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelColumnViewController.m -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelController.h -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelController.m -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelIconViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelIconViewController.h -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelIconViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelIconViewController.m -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelListViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelListViewController.h -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelListViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelListViewController.m -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelViewController.h -------------------------------------------------------------------------------- /ConnectionKit/CK2OpenPanelViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2OpenPanelViewController.m -------------------------------------------------------------------------------- /ConnectionKit/CK2PathControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2PathControl.h -------------------------------------------------------------------------------- /ConnectionKit/CK2PathControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2PathControl.m -------------------------------------------------------------------------------- /ConnectionKit/CK2PathFieldWindowController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2PathFieldWindowController.h -------------------------------------------------------------------------------- /ConnectionKit/CK2PathFieldWindowController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2PathFieldWindowController.m -------------------------------------------------------------------------------- /ConnectionKit/CK2Protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2Protocol.h -------------------------------------------------------------------------------- /ConnectionKit/CK2Protocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2Protocol.m -------------------------------------------------------------------------------- /ConnectionKit/CK2SFTPProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2SFTPProtocol.h -------------------------------------------------------------------------------- /ConnectionKit/CK2SFTPProtocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2SFTPProtocol.m -------------------------------------------------------------------------------- /ConnectionKit/CK2WebDAVProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2WebDAVProtocol.h -------------------------------------------------------------------------------- /ConnectionKit/CK2WebDAVProtocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CK2WebDAVProtocol.m -------------------------------------------------------------------------------- /ConnectionKit/CKConnectionProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CKConnectionProtocol.h -------------------------------------------------------------------------------- /ConnectionKit/CKS3Connection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CKS3Connection.h -------------------------------------------------------------------------------- /ConnectionKit/CKS3Connection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CKS3Connection.m -------------------------------------------------------------------------------- /ConnectionKit/CKTransferProgressCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CKTransferProgressCell.h -------------------------------------------------------------------------------- /ConnectionKit/CKTransferProgressCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CKTransferProgressCell.m -------------------------------------------------------------------------------- /ConnectionKit/CKTransferRecord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CKTransferRecord.h -------------------------------------------------------------------------------- /ConnectionKit/CKTransferRecord.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CKTransferRecord.m -------------------------------------------------------------------------------- /ConnectionKit/CKUploader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CKUploader.h -------------------------------------------------------------------------------- /ConnectionKit/CKUploader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/CKUploader.m -------------------------------------------------------------------------------- /ConnectionKit/ConnectionKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/ConnectionKit.h -------------------------------------------------------------------------------- /ConnectionKit/ConnectionTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/ConnectionTest.h -------------------------------------------------------------------------------- /ConnectionKit/ConnectionTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/ConnectionTest.m -------------------------------------------------------------------------------- /ConnectionKit/Connection_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/Connection_Prefix.pch -------------------------------------------------------------------------------- /ConnectionKit/NSImage+CK2OpenPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/NSImage+CK2OpenPanel.h -------------------------------------------------------------------------------- /ConnectionKit/NSImage+CK2OpenPanel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/NSImage+CK2OpenPanel.m -------------------------------------------------------------------------------- /ConnectionKit/NSURL+CK2OpenPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/NSURL+CK2OpenPanel.h -------------------------------------------------------------------------------- /ConnectionKit/NSURL+CK2OpenPanel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/NSURL+CK2OpenPanel.m -------------------------------------------------------------------------------- /ConnectionKit/en.lproj/CK2FilePreview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/en.lproj/CK2FilePreview.xib -------------------------------------------------------------------------------- /ConnectionKit/en.lproj/CK2NewFolderWindow.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/en.lproj/CK2NewFolderWindow.xib -------------------------------------------------------------------------------- /ConnectionKit/en.lproj/CK2OpenPanel.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/en.lproj/CK2OpenPanel.xib -------------------------------------------------------------------------------- /ConnectionKit/en.lproj/CK2PathFieldWindow.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/en.lproj/CK2PathFieldWindow.xib -------------------------------------------------------------------------------- /ConnectionKit/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKit/main.m -------------------------------------------------------------------------------- /ConnectionKitUI/ConnectionKitUI-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKitUI/ConnectionKitUI-Info.plist -------------------------------------------------------------------------------- /ConnectionKitUI/ConnectionKitUI-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKitUI/ConnectionKitUI-Prefix.pch -------------------------------------------------------------------------------- /ConnectionKitUI/ConnectionKitUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ConnectionKitUI/ConnectionKitUI.h -------------------------------------------------------------------------------- /ConnectionKitUI/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /Documentation/Standard Errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Documentation/Standard Errors.md -------------------------------------------------------------------------------- /Example/AquaFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/AquaFolder.png -------------------------------------------------------------------------------- /Example/Connection-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Connection-Info.plist -------------------------------------------------------------------------------- /Example/Connection.svxSite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Connection.svxSite -------------------------------------------------------------------------------- /Example/ConnectionApp.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ConnectionApp.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Example/ConnectionTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ConnectionTest.h -------------------------------------------------------------------------------- /Example/ConnectionTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ConnectionTest.m -------------------------------------------------------------------------------- /Example/Connection_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Connection_Prefix.pch -------------------------------------------------------------------------------- /Example/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Controller.h -------------------------------------------------------------------------------- /Example/Controller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Controller.m -------------------------------------------------------------------------------- /Example/DropletController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletController.h -------------------------------------------------------------------------------- /Example/DropletController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletController.m -------------------------------------------------------------------------------- /Example/DropletHelper-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletHelper-Info.plist -------------------------------------------------------------------------------- /Example/DropletIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletIcon.icns -------------------------------------------------------------------------------- /Example/DropletLauncher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletLauncher.m -------------------------------------------------------------------------------- /Example/DropletMain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletMain.m -------------------------------------------------------------------------------- /Example/DropletOutlineView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletOutlineView.h -------------------------------------------------------------------------------- /Example/DropletOutlineView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletOutlineView.m -------------------------------------------------------------------------------- /Example/DropletPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletPanel.h -------------------------------------------------------------------------------- /Example/DropletPanel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/DropletPanel.m -------------------------------------------------------------------------------- /Example/FileTransfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/FileTransfer.h -------------------------------------------------------------------------------- /Example/FileTransfer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/FileTransfer.m -------------------------------------------------------------------------------- /Example/Framework Debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Framework Debug.xcconfig -------------------------------------------------------------------------------- /Example/Framework Release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Framework Release.xcconfig -------------------------------------------------------------------------------- /Example/Framework-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Framework-Info.plist -------------------------------------------------------------------------------- /Example/InputDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/InputDialog.h -------------------------------------------------------------------------------- /Example/InputDialog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/InputDialog.m -------------------------------------------------------------------------------- /Example/KTLog Viewer-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/KTLog Viewer-Info.plist -------------------------------------------------------------------------------- /Example/KTLogController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/KTLogController.h -------------------------------------------------------------------------------- /Example/KTLogController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/KTLogController.m -------------------------------------------------------------------------------- /Example/LeopardFolder.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/LeopardFolder.tiff -------------------------------------------------------------------------------- /Example/Logs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Logs.icns -------------------------------------------------------------------------------- /Example/ONBSSLContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ONBSSLContext.h -------------------------------------------------------------------------------- /Example/ONBSSLContext.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ONBSSLContext.m -------------------------------------------------------------------------------- /Example/ONBSSLIdentity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ONBSSLIdentity.h -------------------------------------------------------------------------------- /Example/ONBSSLIdentity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ONBSSLIdentity.m -------------------------------------------------------------------------------- /Example/PermissionsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/PermissionsController.h -------------------------------------------------------------------------------- /Example/PermissionsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/PermissionsController.m -------------------------------------------------------------------------------- /Example/ProgressCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ProgressCell.h -------------------------------------------------------------------------------- /Example/ProgressCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ProgressCell.m -------------------------------------------------------------------------------- /Example/README: -------------------------------------------------------------------------------- 1 | Notes on Using the Connection Framework 2 | 3 | Dependencies: 4 | 5 | 6 | -------------------------------------------------------------------------------- /Example/ReleaseNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ReleaseNotes.txt -------------------------------------------------------------------------------- /Example/Stop.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/Stop.tiff -------------------------------------------------------------------------------- /Example/UKKQueue_Symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/UKKQueue_Symbols -------------------------------------------------------------------------------- /Example/channel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/channel.c -------------------------------------------------------------------------------- /Example/comp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/comp.c -------------------------------------------------------------------------------- /Example/connect.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/connect.tiff -------------------------------------------------------------------------------- /Example/console.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/console.tiff -------------------------------------------------------------------------------- /Example/crypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/crypt.c -------------------------------------------------------------------------------- /Example/da.lproj/DropletLauncher.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/da.lproj/DropletLauncher.nib/classes.nib -------------------------------------------------------------------------------- /Example/da.lproj/DropletLauncher.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/da.lproj/DropletLauncher.nib/info.nib -------------------------------------------------------------------------------- /Example/da.lproj/DropletLauncher.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/da.lproj/DropletLauncher.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/de.lproj/DropletLauncher.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/de.lproj/DropletLauncher.nib/classes.nib -------------------------------------------------------------------------------- /Example/de.lproj/DropletLauncher.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/de.lproj/DropletLauncher.nib/info.nib -------------------------------------------------------------------------------- /Example/de.lproj/DropletLauncher.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/de.lproj/DropletLauncher.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/delete.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/delete.tiff -------------------------------------------------------------------------------- /Example/download.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/download.tif -------------------------------------------------------------------------------- /Example/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/edit.png -------------------------------------------------------------------------------- /Example/en.lproj/Droplet.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/Droplet.nib/classes.nib -------------------------------------------------------------------------------- /Example/en.lproj/Droplet.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/Droplet.nib/info.nib -------------------------------------------------------------------------------- /Example/en.lproj/Droplet.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/Droplet.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/en.lproj/DropletLauncher.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/DropletLauncher.nib/classes.nib -------------------------------------------------------------------------------- /Example/en.lproj/DropletLauncher.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/DropletLauncher.nib/info.nib -------------------------------------------------------------------------------- /Example/en.lproj/DropletLauncher.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/DropletLauncher.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/en.lproj/InputDialog.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/InputDialog.nib/classes.nib -------------------------------------------------------------------------------- /Example/en.lproj/InputDialog.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/InputDialog.nib/info.nib -------------------------------------------------------------------------------- /Example/en.lproj/InputDialog.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/InputDialog.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/en.lproj/KTLogViewer.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/KTLogViewer.nib/classes.nib -------------------------------------------------------------------------------- /Example/en.lproj/KTLogViewer.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/KTLogViewer.nib/info.nib -------------------------------------------------------------------------------- /Example/en.lproj/KTLogViewer.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/KTLogViewer.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/en.lproj/MainMenu.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/MainMenu.nib/classes.nib -------------------------------------------------------------------------------- /Example/en.lproj/MainMenu.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/MainMenu.nib/info.nib -------------------------------------------------------------------------------- /Example/en.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/en.lproj/MainMenu.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/MainMenu.nib/objects.nib -------------------------------------------------------------------------------- /Example/en.lproj/Permissions.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/Permissions.nib/classes.nib -------------------------------------------------------------------------------- /Example/en.lproj/Permissions.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/Permissions.nib/info.nib -------------------------------------------------------------------------------- /Example/en.lproj/Permissions.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/en.lproj/Permissions.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/fr.lproj/DropletLauncher.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/fr.lproj/DropletLauncher.nib/classes.nib -------------------------------------------------------------------------------- /Example/fr.lproj/DropletLauncher.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/fr.lproj/DropletLauncher.nib/info.nib -------------------------------------------------------------------------------- /Example/fr.lproj/DropletLauncher.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/fr.lproj/DropletLauncher.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/home.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/home.tiff -------------------------------------------------------------------------------- /Example/hostkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/hostkey.c -------------------------------------------------------------------------------- /Example/icon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/icon.icns -------------------------------------------------------------------------------- /Example/it.lproj/DropletLauncher.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/it.lproj/DropletLauncher.nib/classes.nib -------------------------------------------------------------------------------- /Example/it.lproj/DropletLauncher.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/it.lproj/DropletLauncher.nib/info.nib -------------------------------------------------------------------------------- /Example/it.lproj/DropletLauncher.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/it.lproj/DropletLauncher.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/ja.lproj/DropletLauncher.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ja.lproj/DropletLauncher.nib/classes.nib -------------------------------------------------------------------------------- /Example/ja.lproj/DropletLauncher.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ja.lproj/DropletLauncher.nib/info.nib -------------------------------------------------------------------------------- /Example/ja.lproj/DropletLauncher.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ja.lproj/DropletLauncher.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/kex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/kex.c -------------------------------------------------------------------------------- /Example/ktlogviewer_main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/ktlogviewer_main.m -------------------------------------------------------------------------------- /Example/libssh2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/libssh2.h -------------------------------------------------------------------------------- /Example/libssh2_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/libssh2_config.h -------------------------------------------------------------------------------- /Example/libssh2_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/libssh2_priv.h -------------------------------------------------------------------------------- /Example/libssh2_publickey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/libssh2_publickey.h -------------------------------------------------------------------------------- /Example/libssh2_sftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/libssh2_sftp.h -------------------------------------------------------------------------------- /Example/lock.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/lock.tiff -------------------------------------------------------------------------------- /Example/mac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/mac.c -------------------------------------------------------------------------------- /Example/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/main.m -------------------------------------------------------------------------------- /Example/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/misc.c -------------------------------------------------------------------------------- /Example/network_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/network_icon.png -------------------------------------------------------------------------------- /Example/openssl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/openssl.c -------------------------------------------------------------------------------- /Example/openssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/openssl.h -------------------------------------------------------------------------------- /Example/packet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/packet.c -------------------------------------------------------------------------------- /Example/pem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/pem.c -------------------------------------------------------------------------------- /Example/publickey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/publickey.c -------------------------------------------------------------------------------- /Example/redo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/redo.tif -------------------------------------------------------------------------------- /Example/scp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/scp.c -------------------------------------------------------------------------------- /Example/session.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/session.c -------------------------------------------------------------------------------- /Example/sftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/sftp.c -------------------------------------------------------------------------------- /Example/symlink_file.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/symlink_file.tif -------------------------------------------------------------------------------- /Example/symlink_folder.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/symlink_folder.tif -------------------------------------------------------------------------------- /Example/unit test/09 moustik.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/unit test/09 moustik.mp3 -------------------------------------------------------------------------------- /Example/upload.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/upload.tif -------------------------------------------------------------------------------- /Example/userauth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/userauth.c -------------------------------------------------------------------------------- /Example/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/version.plist -------------------------------------------------------------------------------- /Example/zh_CN.lproj/DropletLauncher.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_CN.lproj/DropletLauncher.nib/classes.nib -------------------------------------------------------------------------------- /Example/zh_CN.lproj/DropletLauncher.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_CN.lproj/DropletLauncher.nib/info.nib -------------------------------------------------------------------------------- /Example/zh_CN.lproj/DropletLauncher.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_CN.lproj/DropletLauncher.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/zh_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/zh_CN.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_CN.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/zh_TW.lproj/DropletLauncher.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_TW.lproj/DropletLauncher.nib/classes.nib -------------------------------------------------------------------------------- /Example/zh_TW.lproj/DropletLauncher.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_TW.lproj/DropletLauncher.nib/info.nib -------------------------------------------------------------------------------- /Example/zh_TW.lproj/DropletLauncher.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_TW.lproj/DropletLauncher.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Example/zh_TW.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_TW.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/zh_TW.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Example/zh_TW.lproj/Localizable.strings -------------------------------------------------------------------------------- /Framework Debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Framework Debug.xcconfig -------------------------------------------------------------------------------- /Framework Release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Framework Release.xcconfig -------------------------------------------------------------------------------- /ProfilingTester/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ProfilingTester/AppDelegate.h -------------------------------------------------------------------------------- /ProfilingTester/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ProfilingTester/AppDelegate.m -------------------------------------------------------------------------------- /ProfilingTester/ProfilingTester-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ProfilingTester/ProfilingTester-Info.plist -------------------------------------------------------------------------------- /ProfilingTester/ProfilingTester-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ProfilingTester/ProfilingTester-Prefix.pch -------------------------------------------------------------------------------- /ProfilingTester/en.lproj/Credits.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ProfilingTester/en.lproj/Credits.rtf -------------------------------------------------------------------------------- /ProfilingTester/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /ProfilingTester/en.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ProfilingTester/en.lproj/MainMenu.xib -------------------------------------------------------------------------------- /ProfilingTester/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/ProfilingTester/main.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/README.md -------------------------------------------------------------------------------- /Resources/Framework-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/Framework-Info.plist -------------------------------------------------------------------------------- /Resources/bookmark.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/bookmark.tif -------------------------------------------------------------------------------- /Resources/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Resources/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Resources/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/error.png -------------------------------------------------------------------------------- /Resources/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/finished.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/finished.png -------------------------------------------------------------------------------- /Resources/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Resources/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Resources/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Resources/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/pt_BR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/pt_BR.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/zh_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/zh_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Resources/zh_CN.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/zh_CN.lproj/Localizable.strings -------------------------------------------------------------------------------- /Resources/zh_TW.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/zh_TW.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Resources/zh_TW.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/Resources/zh_TW.lproj/Localizable.strings -------------------------------------------------------------------------------- /UKQueue/UKKQueue_Symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UKQueue/UKKQueue_Symbols -------------------------------------------------------------------------------- /UnitTests/09 moustik.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/09 moustik.mp3 -------------------------------------------------------------------------------- /UnitTests/BaseCKProtocolTests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/BaseCKProtocolTests.h -------------------------------------------------------------------------------- /UnitTests/BaseCKProtocolTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/BaseCKProtocolTests.m -------------------------------------------------------------------------------- /UnitTests/BaseCKTests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/BaseCKTests.h -------------------------------------------------------------------------------- /UnitTests/BaseCKTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/BaseCKTests.m -------------------------------------------------------------------------------- /UnitTests/CKUploaderTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/CKUploaderTests.m -------------------------------------------------------------------------------- /UnitTests/ErrorTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/ErrorTests.m -------------------------------------------------------------------------------- /UnitTests/FTPAuthenticationTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/FTPAuthenticationTests.m -------------------------------------------------------------------------------- /UnitTests/FTPTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/FTPTests.m -------------------------------------------------------------------------------- /UnitTests/FileTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/FileTests.m -------------------------------------------------------------------------------- /UnitTests/PathTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/PathTests.m -------------------------------------------------------------------------------- /UnitTests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/README.md -------------------------------------------------------------------------------- /UnitTests/SFTPTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/SFTPTests.m -------------------------------------------------------------------------------- /UnitTests/URLAppendingTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/URLAppendingTests.m -------------------------------------------------------------------------------- /UnitTests/URLCanonicalizationTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/URLCanonicalizationTests.m -------------------------------------------------------------------------------- /UnitTests/URLDirectoryTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/URLDirectoryTests.m -------------------------------------------------------------------------------- /UnitTests/URLTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/URLTests.m -------------------------------------------------------------------------------- /UnitTests/URLs.testdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/URLs.testdata -------------------------------------------------------------------------------- /UnitTests/UnitTest-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/UnitTest-Info.plist -------------------------------------------------------------------------------- /UnitTests/UnitTests_Prefix.pch: -------------------------------------------------------------------------------- 1 | 2 | //#define MockServerLogDetail(...) 3 | -------------------------------------------------------------------------------- /UnitTests/WebDAVTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/WebDAVTests.m -------------------------------------------------------------------------------- /UnitTests/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/test.sh -------------------------------------------------------------------------------- /UnitTests/use-ftp-server.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | defaults write otest CKFTPTestURL $1 4 | -------------------------------------------------------------------------------- /UnitTests/use-mockserver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/UnitTests/use-mockserver.sh -------------------------------------------------------------------------------- /UnitTests/use-sftp-server.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | defaults write otest CKSFTPTestURL $1 4 | -------------------------------------------------------------------------------- /UnitTests/use-webdav-server.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | defaults write otest CKWebDAVTestURL $1 4 | -------------------------------------------------------------------------------- /version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karelia/ConnectionKit/HEAD/version.plist --------------------------------------------------------------------------------