icetee / remote-ftp

FTP/FTPS/SFTP client for Atom.io
MIT License
555 stars 102 forks source link

No notification displayed after a file is uploaded #1149

Open ashenmaker opened 6 years ago

ashenmaker commented 6 years ago

Prerequisites

Description

No notification or status information is displayed when uploading a file via the "Upload" command.

Steps to Reproduce

  1. Connect with Remote-FTP
  2. Right-click a file in the project tree.
  3. Select the "Upload" command ('remote-ftp:upload-selected').

Expected behavior: Some sort of visual cue is displayed (i.e. a notification or status indicator) to indicate if the upload is successful.

Actual behavior: Nothing is displayed to the user.

Reproduces how often: Always

Versions

Atom : 1.25.0 Electron: 1.7.11 Chrome : 58.0.3029.110 Node : 7.9.0

O/S: Windows 10 Pro Version: 10.0.16299 Build 16299

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

sonyarianto commented 6 years ago

@ashenmaker on my machine, when click Upload from tree-view (left side) it will display the notification, but if I click Upload from context menu (right-click) on inside a file that I am edit, it will not show anything. That's not good.

I also suggest there is console output to view the progress of upload. Now is just like blind operation and sometimes I am not confident using this package.