Skip to content

feat: ftp-download, ftp-upload #241

@mseeley

Description

@mseeley

We need means to upload files to remote hosts.

Let's start simple:

  • Configure host, port, user, pass, pathname
  • Download configuration should look a lot like http-download
  • File-exists action: resume by default, overwrite, stop

Other considerations:

  • Are sftp-download, and sftp-upload different packages?
  • How about ftps-download and ftps-upload (TLS over FTP)
    • Is there a difference between implicit and explicit TLS?
  • Select binary or ascii transfer type?
  • Are simple glob patterns possible? Eg, download anything in this dir?
  • How about delete after download and delete after upload configuration. Really, I could see someone wanting to download/move/rename/copy a file after it was uploaded. Think this through.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions