Skip to content

Add FTP Support #28

@Sarafian

Description

@Sarafian

With dependency to PSFTP.

With FTP support we could download ftp://ftphost.com/Folder1/File1.zip with something like this

something = @{
        DependencyType = 'FTP'
        Host = 'ftphost.com'
        Path='Folder1/File1.zip'
        Username='username' #Optional for annonymous
        Password='password'
        CredentialExpression='' #Something that returns a PSCredential object
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: staleNo activity, candidate for closing

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions