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