Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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