Skip to content

Commit

Permalink
v1.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
satiromarra committed Jan 30, 2023
1 parent 348072f commit fd20fa6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.16.7 - 2023-01-30
* Create/Edit connections with User Interface

## 1.16.4 - 2023-01-24
* Download files and folders as another name
* Fix paths into watcher
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ VSCode-SFTP enables you to add, edit or delete files within a local directory an
- (new) Multiple configurations with multiples profiles
- (new) Change remote permission in folder and files
- (new) Download files and folders as another name
- (new) Create/Edit connections with User Interface
- [Commands](https://github.com/satiromarra/vscode-sftp/wiki/Commands)
- [Debug](#debug)
- [FAQ](#FAQ)
Expand Down Expand Up @@ -50,6 +51,22 @@ To install just follow these steps from within VSCode:
- [FTP confriguration](https://github.com/satiromarra/vscode-sftp/wiki/FTP(s)-only-Configuration)
- [Commands](https://github.com/satiromarra/vscode-sftp/wiki/Commands)

## User Interface
- Create connection
<img src="./assets/showcase/create-connection.png" width="350"/>

- Form new connection
<img src="./assets/showcase/form-new-connection.png" width="350"/>

- Edit connection
<img src="./assets/showcase/edit-connection.png" width="350"/>

- Delete connection
<img src="./assets/showcase/delete-connection.png" width="350"/>

- Confirm delete
<img src="./assets/showcase/confirm-delete-connection.png" width="350"/>

## Usage
If the latest files are already on a remote server, you can start with an empty local folder,
then download your project, and from that point sync.
Expand Down
Binary file added assets/showcase/confirm-delete-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/showcase/create-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/showcase/delete-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/showcase/edit-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/showcase/form-new-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd20fa6

Please sign in to comment.