 | FtpUploadFiles(String, String, LocalSearchOptions) Method |
Uploads local files to remote location.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic void UploadFiles(
string remoteFolderPath,
string localFolderPath,
LocalSearchOptions options
)
Public Sub UploadFiles (
remoteFolderPath As String,
localFolderPath As String,
options As LocalSearchOptions
)
public:
void UploadFiles(
String^ remoteFolderPath,
String^ localFolderPath,
LocalSearchOptions^ options
)
member UploadFiles :
remoteFolderPath : string *
localFolderPath : string *
options : LocalSearchOptions -> unit Parameters
- remoteFolderPath String
- Remote folder to upload to.
- localFolderPath String
- Local folder to upload from.
- options LocalSearchOptions
- Options for local search (e.g.: recursive, search pattern).
See Also