NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    RemoteFile Parameter (Get-FTP Cmdlet)

    The name of the remote file to download.

    Syntax

    Get-FTP -RemoteFile string

    Remarks

    The RemoteFile is either an absolute file path, or a relative path based on the home path set by the server. This value must include a filemask or filename. For instance:

    get-ftp -server TestServer -user test -password test -remotefile MyFolder/*.txt
    The above code will download all .txt files in the MyFolder folder.

    Default Value

    ""

    Parameter Position

    1

    Parameter Alias

    Download

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]