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

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

Open
Pushpinder2751 opened this issue Jan 3, 2018 · 2 comments
Open

Comments

@Pushpinder2751
Copy link

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!

@Pushpinder2751 Pushpinder2751 changed the title cannot see open files after it days successfully downloaded. cannot see open files after it says successfully downloaded. Jan 3, 2018
@skrzypek
Copy link

skrzypek commented Jan 4, 2018

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants