-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload file browse does not show hidden files on local filesystem #1243
Comments
Note: I have seen that "wontfix" has been applied to previous tickets of this nature. I have investigated having hidden files show in the Finder and that is a simple command-line defaults setting change. Presumably, there is a way for this to be done with the upload file browser window as well. |
Note: I am going to see if I can find out how to fix this from a code perspective... I will check back in a few hours on this. |
Check out: http://www.cocoadev.com/index.pl?ShowingHiddenFilesInAnNSOpenPanel Also, note that TextMate has a "Show Hidden Files" option in it's OpenFile browser window. |
What is your proposed solution? The page at cocodev says this is private API. |
I've also seen this in other applications... Always showing hidden files in Finder is a pretty ugly situation, but who wants to do a defaults write & restart finder every time they want to upload .htaccesss files? -Z |
Thank you for responding with a solution! I am responding with a donation :D -Z |
Open Cyberduck.
Open Preferences -> Browser.
Check "Show Hidden Files"
Connect to an ftp server
Right click in ftp server browser window
Select "Upload"
In browser window of local file system, no hidden files are shown. For example .htaccess which is visible in the ftp server remote browser is not visible in the local file system. This is true even with the Finder defaults setting changed to allow hidden files to be visible in the Finder.
The text was updated successfully, but these errors were encountered: