thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Cannot Open SFTP Files, even SSH Connected #787

Open mahendrawardana opened 1 year ago

mahendrawardana commented 1 year ago

Hello, i'm a new user code app, i think the idea is good, but the app is bug when i open SFTP Files from explorer nothing happen, i clicked much time, nothing happend, please fix this issue, i really need this app so much. If you let met join test flight may be i can be a tester, because i code on the go much time.

Thank you

bummoblizard commented 1 year ago

Hi. It would be great if you can provide more context on this issue. How did you set up the SSH server? Did you set up the correct permission? For example, in macOS, an option called allow full file access needs to be checked.

mahendrawardana commented 1 year ago

the SSH is success sign in, i use ipad air 5 with magic keyboard, but if i used trackpad on magic keyboard to open explorer after i success connect SSH, nothing happened, i rapidly click it, nothing happend, but when i click explorer icon with touch the screen, the explorer success viewed. please fix this bug. thanks

bummoblizard commented 1 year ago

Thanks for the info. So it works with the touchscreen but not with the Magic Keyboard?

mahendrawardana commented 1 year ago

yes,, as you said before,,

and then, i need the ssh account can be renamed or fill label name, because ssh account is IP saved, it's hard to rammember to me,, please add feature to add named off ssh account. Thanks www.mahendrawardana.com

[Freelancer] Menerima Jasa Pembuatan Website :) Moto : Kepercayaan Client adalah Hal Utama

pinterest http://www.pinterest.com/mahendrawardana/

Pada tanggal Sen, 6 Mar 2023 pukul 08.01 Chung Shing Hin < @.***> menulis:

Thanks for the info. So it works with the touchscreen but not with the Magic Keyboard?

— Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/787#issuecomment-1455252717, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXJRUFUBE7UA7TMSGH5JZDW2USM7ANCNFSM6AAAAAAVQGZJA4 . You are receiving this because you authored the thread.Message ID: @.***>

bummoblizard commented 1 year ago

The rename feature is added in https://github.com/thebaselab/codeapp/issues/788.

mahendrawardana commented 1 year ago

i face new issue when i use your app, please help me www.mahendrawardana.com

[Freelancer] Menerima Jasa Pembuatan Website :) Moto : Kepercayaan Client adalah Hal Utama

pinterest http://www.pinterest.com/mahendrawardana/

Pada tanggal Sel, 7 Mar 2023 pukul 21.57 Chung Shing Hin < @.***> menulis:

The rename feature is added in #788 https://github.com/thebaselab/codeapp/issues/788.

— Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/787#issuecomment-1458220209, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXJRUBTKU42LY2GPK7KHEDW245GPANCNFSM6AAAAAAVQGZJA4 . You are receiving this because you authored the thread.Message ID: @.***>

bummoblizard commented 1 year ago

The default web preview only serves static documents and does not run PHP code. To run a local PHP development server, run php -S localhost:8000 in the terminal and visit localhost:8000 in Safari or other browsers.