joutvhu/FTP Transfer

GitHub Action to transfer files to and from a computer running an FTP server service.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 28, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: joutvhu/ftp-transfer@50bd98a47d757eb61bdaa3ba18c17484fbc98c27 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
hostThe hostname or IP address of the FTP server.yes
portThe port of the FTP server.no21
usernameUsername for authentication.noanonymous
passwordPassword for authentication.noanonymous@
connTimeoutHow long (in milliseconds) to wait for the control connection to be established.no10000
pasvTimeoutHow long (in milliseconds) to wait for a PASV data connection to be established.no10000
keepaliveHow often (in milliseconds) to send a "dummy" (NOOP) command to keep the connection alive.no10000
commandsThe ftp commandsyes
debugShow ouputsno
throwingFail when command execution failedno
namedescription
succeedNumber of commands executed successfully.
messageError messsage.