FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Fake.Net Namespace

Net namespace contains tasks to interact with network, like FTP and SSH

Modules Description

FTP

Contains helpers which allow to upload a whole folder/specific file into a FTP Server. Uses Passive Mode FTP and handles all files as binary (and not ASCII). Assumes direct network connectivity to destination FTP server (not via a proxy). Does not support FTPS and SFTP.

Http

HTTP Client for downloading files

SSH

Contains a task which allows to perform SSH operations