gitextract_rey4k_n1/ ├── .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/ │ ├── 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 ├── ConnectionKit 2.graffle ├── ConnectionKit.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── ConnectionKit.xccheckout ├── ConnectionKitUI/ │ ├── ConnectionKitUI-Info.plist │ ├── ConnectionKitUI-Prefix.pch │ ├── ConnectionKitUI.h │ └── en.lproj/ │ └── InfoPlist.strings ├── Documentation/ │ └── Standard Errors.md ├── Example/ │ ├── 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 │ ├── 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 │ ├── openssl.c │ ├── openssl.h │ ├── packet.c │ ├── pem.c │ ├── publickey.c │ ├── redo.tif │ ├── scp.c │ ├── session.c │ ├── sftp.c │ ├── symlink_file.tif │ ├── symlink_folder.tif │ ├── 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 │ ├── es.lproj/ │ │ └── Localizable.strings │ ├── 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/ │ ├── 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