remote-edit
remote-edit copied to clipboard
cannot see open files after it says successfully downloaded.
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!
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"
}
This issue is the same as #237 and fixed in fork remote-edit-ni (https://atom.io/packages/remote-edit-ni)