Open pwkip opened 5 years ago
Adding this in my config file will not work: "remotePath": "~/www",
"remotePath": "~/www",
The reason seems to be that an extra / is added, so the folder that SFTP tries to load is /~/www
/~/www
To my understanding remotePath is intended to be absolute:
Thus file path short-hands like ~ do not work.
Adding this in my config file will not work:
"remotePath": "~/www",
The reason seems to be that an extra / is added, so the folder that SFTP tries to load is
/~/www