Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

Add GitHub Action for testing wolfSSH server with Paramiko SFTP client

This PR adds a GitHub Action workflow file that tests the wolfSSH server with Paramiko as an SFTP client. The workflow:

  1. Builds wolfSSL with the --enable-all flag
  2. Builds wolfSSH with the --enable-all flag
  3. Installs Paramiko and other dependencies
  4. Creates test directories and a 20MB test file
  5. Configures and starts the wolfSSH server
  6. Runs a Python script that uses Paramiko to:
    • Upload a 20MB file to the server
    • Download the file from the server
  7. Verifies that the uploaded and downloaded files match using cmp
  8. Stops the wolfSSH server

The workflow runs on Ubuntu Latest and tests SFTP transfers in both directions with 20MB files.

Link to Devin run: https://app.devin.ai/sessions/1040039816a84b03a614ff93ae722a01
Requested by: [email protected]

@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@wolfSSL-Bot
Copy link

Can one of the admins verify this patch?

@JacobBarthelmeh
Copy link
Contributor

(aside) Ok to test Jenkins

@JacobBarthelmeh JacobBarthelmeh merged commit c1b983a into master Mar 5, 2025
80 checks passed
@ejohnstown ejohnstown deleted the devin/1740739538-github-action-sftp-test branch June 12, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants