bigeyex / brackets-sftp-upload

SFTP upload plugin for brackets
MIT License
72 stars 24 forks source link

Referencing ~ on server path creates new folder ~ #98

Open mkiric opened 7 years ago

mkiric commented 7 years ago

If you input ~/test as the server path, the resulting path on the server looks like:

/home/$USER/~/test

The expected behavior is that ~ refers to the $USER directory.

behi88 commented 6 years ago

I have the same problem here :(