Shaddy Zeineddine

Results 3 comments of Shaddy Zeineddine

After reviewing the code, it looks like the password is supposed to be cached for future connections. However, since I'm being promoted each time, something is not working right.

``` "settings": { "deploy": { "packages": [ { "name": "MyPackage", "exclude": [ "node_modules/**" ], "deployOnSave": true } ], "targets": [ { "type": "sftp", "name": "MyCloudServer", "dir": "/home/shaddy/workspaces/MyWorkspace/MyPackage", "host": "my.host.name.example.com", "port":...

@AndyOGo looks cool! unfortunately i'm working on a different project now so I don't have a need for it at the moment, but it looks like it will solve the...