Skip to content

Commit

Permalink
Remove Example Server
Browse files Browse the repository at this point in the history
The example server was never used. All new behaviors were added to the
echoserver only. Now with wolfSSHd, the server example can finally be
removed.

1. Remove the example server from the build.
2. Remove the file notes.md.
3. Update the readme.
  • Loading branch information
ejohnstown committed Dec 28, 2023
1 parent 60a2960 commit 25a4984
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 911 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,6 @@ The sftpclient tool accepts the following command line options:
-G get remote filename as local filename


server
------

This tool is a place holder.


SCP
===

Expand Down Expand Up @@ -357,12 +351,12 @@ define `WOLFSSH_SFTP`:
For full API usage and implementation details, please see the wolfSSH User
Manual.

The SFTP client created is located in the directory examples/sftpclient/ and the
server is ran using the same echoserver as with wolfSSH.
The SFTP client created is located in the directory examples/sftpclient/ and
the example echoserver acts as a SFTP server.

src/wolfssh$ ./examples/sftpclient/wolfsftp

A full list of supported commands can be seen with typeing "help" after a
A full list of supported commands can be seen with typing "help" after a
connection.


Expand Down
1 change: 0 additions & 1 deletion examples/include.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# All paths should be given relative to the root

include examples/client/include.am
include examples/server/include.am
include examples/echoserver/include.am
include examples/portfwd/include.am
include examples/sftpclient/include.am
Expand Down
10 changes: 0 additions & 10 deletions examples/server/include.am

This file was deleted.

Loading

0 comments on commit 25a4984

Please sign in to comment.