majorsilence / ftpuploader

A small program to test explicit ftps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftpuploader usage

Example

./ftpuploader -host "some.ftp.site.com" -port 21 -username "some name" -password "some password" -src "/path/to/some/file.txt" -dest "/path/to/upload/some/file.txt" -servertype="ftps"

Valid server types are

  • ftps
  • scp

Build

linux

dotnet publish -c Release -r linux-x64 -p:PublishReadyToRun=true --self-contained true -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true

mac

dotnet publish -c Release -r osx-x64 -p:PublishReadyToRun=true --self-contained true -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true

About

A small program to test explicit ftps


Languages

Language:C# 100.0%