Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sftp binding component #3505

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 7, 2024

  1. sftp create operation with password and public key auth

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5a9dee2 View commit details
    Browse the repository at this point in the history
  2. sftp component list operation

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e072f66 View commit details
    Browse the repository at this point in the history
  3. sftp component get operation

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0f17d56 View commit details
    Browse the repository at this point in the history
  4. sftp component delete operation

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3230fbd View commit details
    Browse the repository at this point in the history
  5. insecure ssl support

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b51dff1 View commit details
    Browse the repository at this point in the history
  6. KnownHostsFile support

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    27b727e View commit details
    Browse the repository at this point in the history
  7. GetComponentMetadata is added

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4c04c5c View commit details
    Browse the repository at this point in the history
  8. getPath function is added

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2726d6b View commit details
    Browse the repository at this point in the history
  9. go version fix

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    af257af View commit details
    Browse the repository at this point in the history
  10. sftp unit test is added

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    871d378 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. go.mod fix

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0b1f423 View commit details
    Browse the repository at this point in the history
  2. naming & error message fixes

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ebff733 View commit details
    Browse the repository at this point in the history
  3. metadata fixes

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4579d30 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. private key passphrase support

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a0c4015 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. linter fixes

    Signed-off-by: Mustafa Arslan <mustafa.arslan1992@gmail.com>
    arslanmusta committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4b3e2d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    fe4a6a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    8c116fc View commit details
    Browse the repository at this point in the history