| RemoteSearchItemGetRemotePath Method |
Gets the full remote path of the
FtpItem represented by this remote server search result item.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public string GetRemotePath()
Public Function GetRemotePath As String
public:
String^ GetRemotePath()
member GetRemotePath : unit -> string
Return Value
Type:
StringRemote server path.
See Also