question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SFTP create an alternate "resources" folder when I save a file under Laravel "Modules"

See original GitHub issue

Do 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:

  1. Go to ‘…’
  2. Run command ‘…’
  3. 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

  1. Open User Settings.
    • On Windows/Linux - File > Preferences > Settings
    • On macOS - Code > Preferences > Settings
  2. Set sftp.debug to true and reload vscode.
  3. Reproduce the problem, get the logs from View > Output > sftp.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
danielreposcommented, Nov 30, 2022

Thank you very much, and I’m really sorry about the template.

0reactions
Natizyskunkcommented, Nov 30, 2022

You’re welcome. No problem. Let me knoow if it fix your bug.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found