SFTP create an alternate "resources" folder when I save a file under Laravel "Modules"
See original GitHub issueDo you read the FAQ?
Describe the bug I’m using SFTP extension on VS code to view my changes directly on a server but when I save a file under Laravel “Modules”, it create an alternate “resources/views” folder instead of just saving the file like my local structure (Resources/views). Bcuz of this changes doesn’t reflect on browser bcuz its creating an alternate directry on save.
To Reproduce Steps to reproduce the behavior:
- Go to ‘…’
- Run command ‘…’
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. Mac, Win, Linux]
- VSCode Version [e.g. 1.51.0]
- Extension Version [e.g. 1.7.0]
Extension Logs from Startup - required
- Open User Settings.
- On Windows/Linux - File > Preferences > Settings
- On macOS - Code > Preferences > Settings
- Set
sftp.debug
totrue
and reload vscode. - Reproduce the problem, get the logs from View > Output > sftp.
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Laravel filesystem sftp set umask for new folders
Show activity on this post. In my case, it was enough to set directoryPerm with the needed umask in the config of the...
Read more >Laravel: Download files to storage from SFTP - Tutsplanet
This post will discuss using Laravel to read and download files from a remote server via SFTP. For this purpose, we use a...
Read more >File Upload - HackTricks
For instance, in Apache in Windows, if the application saves the uploaded files in “/www/uploads/” directory, the “.” filename will create a file...
Read more >10 Essential Tips for Securing FTP and SFTP Servers - Fortra
Most organizations use FTP or SFTP servers to exchange files and other critical business documents with their trading partners.
Read more >How to create a module with your Laravel application?
Inside config folder I have created blog module configuration file, where I have listed all derived classes of AbstractConsumeModel class, which ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you very much, and I’m really sorry about the template.
You’re welcome. No problem. Let me knoow if it fix your bug.