| FtpUploadFiles Method (String, String) |
Uploads local files to remote location.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public void UploadFiles(
string remotePath,
string localPath
)
Public Sub UploadFiles (
remotePath As String,
localPath As String
)
public:
void UploadFiles(
String^ remotePath,
String^ localPath
)
member UploadFiles :
remotePath : string *
localPath : string -> unit
Parameters
- remotePath
- Type: SystemString
Remote folder to upload to. - localPath
- Type: SystemString
Local folder to upload from.
See Also