sveale / remote-edit

remote-edit
MIT License
146 stars 55 forks source link

cannot see open files after it says successfully downloaded. #238

Open Pushpinder2751 opened 6 years ago

Pushpinder2751 commented 6 years ago

the package is able to log in to remote server and then I am able to select file, and it says successfully downloaded but it's not showing the file to me!

skrzypek commented 6 years ago

Same here. Atom: 1.23.1 x64 Remote edit: 1.9.0 fyi: in remoteEdit.json the section localFiles is being appended on every download

{
  "hostList": [
    {
      "alias": "",
      "hostname": "<host>",
      "directory": "<dir>",
      "username": "ubuntu",
      "port": "22",
      "localFiles": [
        {
          "path": "<addess>",
          "remoteFile": {
            "path": "<correct path>",
            "isFile": true,
            "isDir": false,
            "isLink": false,
            "size": "1.94 KiB",
            "permissions": "0664",
            "lastModified": "10:20:09 20/12/2017",
            "deserializer": "RemoteFile"
          },
          "dtime": "12:20:09 04/01/18",
          "deserializer": "LocalFile"
        }
      ],
      "useAgent": false,
      "usePrivateKey": true,
      "usePassword": false,
      "passphrase": "<password>",
      "privateKeyPath": "<correct_path>",
      "lastOpenDirectory": "<correct_path>",
      "deserializer": "SftpHost"
    },
  "deserializer": "InterProcessData"
}
newinnovations commented 6 years ago

This issue is the same as #237 and fixed in fork remote-edit-ni (https://atom.io/packages/remote-edit-ni)