ftp.get {ftp} R Documentation

download file via ftp

Description

Usage

ftp.get(ftp, file,
    save = "./");

Arguments

ftp

[as FtpContext]

file

[as string]

save

a directory path or actual file path for save the given file that download from the remote ftp server. [as string]

env

[as Environment]

Details

Authors

webKit

Value

this function returns data object of type any kind.

clr value class

Examples


[Package ftp version 1.0.0.0 Index]