Skip to content

Commit

Permalink
Merge pull request wolfSSL#638 from ejohnstown/remove-server
Browse files Browse the repository at this point in the history
Remove Example Server
  • Loading branch information
douzzer authored Jan 2, 2024
2 parents 60a2960 + 25a4984 commit e23970d
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 e23970d

Please sign in to comment.