matthiaaas / ftp

[v2 announced!] React based Electron (S)FTP desktop application
https://transflow.co
MIT License
58 stars 3 forks source link

Open/Edit doesn't work for files without extension #36

Closed Toastbroti closed 4 years ago

Toastbroti commented 4 years ago

You can't open files without filename extensions.

matthiaaas commented 4 years ago

on which platform (macOS/Windows/Linux)?

Toastbroti commented 4 years ago

Windows

matthiaaas commented 4 years ago

Yep, this is because Windows doesn't know how to open the file (probably there pops up a native error message). This will be fixed if there's the option to always open files in a specific app. Unfortunately Windows makes this function pretty hard to implement and auto-updating the remote file is not available for Windows either.