Skip to content

Commit

Permalink
Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vicajilau committed Aug 29, 2024
1 parent 252bb8b commit c38fdcf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Victor Carreras
Copyright (c) 2022 xuty

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<a href="https://www.dartdocs.org/documentation/dartssh2/latest/">
<img src="https://img.shields.io/badge/Docs-dartssh2-blue.svg" alt="">
</a>
<a href="https://github.com/vicajilau/dartssh2/actions/workflows/dart.yml">
<img src="https://github.com/vicajilau/dartssh2/actions/workflows/dart.yml/badge.svg" alt="">
<a href="https://github.com/TerminalStudio/dartssh2/actions/workflows/dart.yml">
<img src="https://github.com/TerminalStudio/dartssh2/actions/workflows/dart.yml/badge.svg" alt="">
</a>

<a href="https://ko-fi.com/F1F61K6BL">
Expand Down Expand Up @@ -56,8 +56,8 @@ SSH and SFTP client written in pure Dart, aiming to be feature-rich as well as e
<tr>
<!-- ServerBox -->
<td>
<img src="https://raw.githubusercontent.com/vicajilau/dartssh2/master/media/showcase-1-serverbox.1.jpg" width="150px" alt="ServerBox interface displaying connection management options">
<img src="https://raw.githubusercontent.com/vicajilau/dartssh2/master/media/showcase-1-serverbox.2.png" width="150px" alt="ServerBox user interface for server control and monitoring">
<img src="https://raw.githubusercontent.com/TerminalStudio/dartssh2/master/media/showcase-1-serverbox.1.jpg" width="150px" alt="ServerBox interface displaying connection management options">
<img src="https://raw.githubusercontent.com/TerminalStudio/dartssh2/master/media/showcase-1-serverbox.2.png" width="150px" alt="ServerBox user interface for server control and monitoring">
</td>
<!-- Ssh! No Ports -->
<td>
Expand Down Expand Up @@ -353,20 +353,20 @@ print('free: ${statvfs.blockSize * statvfs.freeBlocks}');

### SSH client:

- [example/example.dart](https://github.com/vicajilau/dartssh2/blob/master/example/example.dart)
- [example/execute.dart](https://github.com/vicajilau/dartssh2/blob/master/example/execute.dart)
- [example/forward_local.dart](https://github.com/vicajilau/dartssh2/blob/master/example/forward_local.dart)
- [example/forward_remote.dart](https://github.com/vicajilau/dartssh2/blob/master/example/forward_remote.dart)
- [example/pubkey.dart](https://github.com/vicajilau/dartssh2/blob/master/example/pubkey.dart)
- [example/shell.dart](https://github.com/vicajilau/dartssh2/blob/master/example/shell.dart)
- [example/ssh_jump.dart](https://github.com/vicajilau/dartssh2/blob/master/example/ssh_jump.dart)
- [example/example.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/example.dart)
- [example/execute.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/execute.dart)
- [example/forward_local.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/forward_local.dart)
- [example/forward_remote.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/forward_remote.dart)
- [example/pubkey.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/pubkey.dart)
- [example/shell.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/shell.dart)
- [example/ssh_jump.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/ssh_jump.dart)

### SFTP:
- [example/sftp_read.dart](https://github.com/vicajilau/dartssh2/blob/master/example/sftp_read.dart)
- [example/sftp_list.dart](https://github.com/vicajilau/dartssh2/blob/master/example/sftp_list.dart)
- [example/sftp_stat.dart](https://github.com/vicajilau/dartssh2/blob/master/example/sftp_stat.dart)
- [example/sftp_upload.dart](https://github.com/vicajilau/dartssh2/blob/master/example/sftp_upload.dart)
- [example/sftp_filetype.dart](https://github.com/vicajilau/dartssh2/blob/master/example/sftp_filetype.dart)
- [example/sftp_read.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/sftp_read.dart)
- [example/sftp_list.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/sftp_list.dart)
- [example/sftp_stat.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/sftp_stat.dart)
- [example/sftp_upload.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/sftp_upload.dart)
- [example/sftp_filetype.dart](https://github.com/TerminalStudio/dartssh2/blob/master/example/sftp_filetype.dart)



Expand Down

0 comments on commit c38fdcf

Please sign in to comment.