Skip to content
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

Reflect to remote server #14

Open
LbISS opened this issue Jun 10, 2021 · 1 comment
Open

Reflect to remote server #14

LbISS opened this issue Jun 10, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@LbISS
Copy link

LbISS commented Jun 10, 2021

One of the basic usage of rsync is to watch&deploy a lib to remote server during development.
It'll be cool to suppot here remotes.

Currently, when dest is remote the error appers:

EINVAL: invalid argument, mkdir 'C:\Projects\someProject\login@serverUrl.com:\usr\local\packages\ui'
@paulocoghi
Copy link
Member

paulocoghi commented Dec 8, 2023

Thank you, Dmitriy! For some reason, notifications on this repository were disabled for me. I'm returning to full activity on all my repositories, and I will look into this issue.

I can anticipate that the way reflect was develop, it currently can't support remote locations on its own, but it can support remote locations pre-mounted on your file system. Its first purpose was to provide a pure javascript way to synchronize two local directories.

But I do understand that adding support for remote locations is desired. I will do my research and look for smart ways to add native support for this (again, in pure javascript).

@paulocoghi paulocoghi added the enhancement New feature or request label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants