Cake Addin for working with FTP from a Cake script.
#addin nuget:?package=Cake.Ftp&version=1.4.0
dotnet add package Cake.Ftp --version 1.4.0
<PackageReference Include="Cake.Ftp" Version="1.4.0" />
Aliases
Contains functionality for working with FTP
General
FtpDeleteFile |
Delets the file on the FTP server using the supplied credentials. |
FtpDeleteFile |
Delets the file on the FTP server using the supplied credentials. |
FtpUploadFile |
Uploads the file to the FTP server using the supplied credentials. |
FtpUploadFile |
Uploads the file to the FTP server using the supplied credentials. |