Differences
This shows you the differences between the selected revisions of the page.
library_session_getfileinfo 2016-01-26 | library_session_getfileinfo 2022-05-18 (current) | ||
Line 8: | Line 8: | ||
<code vbnet *> | <code vbnet *> | ||
- | Public Function GetFileInfo(ByVal path As String) As RemoteFileInfo | + | Public Function GetFileInfo(path As String) As RemoteFileInfo |
</code> | </code> | ||
Line 24: | Line 24: | ||
| [[library_sessionremoteexception|SessionRemoteException]] | Session has failed. \\ Retrieving information has failed. \\ See the exception documentation for details. | | | [[library_sessionremoteexception|SessionRemoteException]] | Session has failed. \\ Retrieving information has failed. \\ See the exception documentation for details. | | ||
| TimeoutException | Timeout waiting for ''winscp.com'' to respond. | | | TimeoutException | Timeout waiting for ''winscp.com'' to respond. | | ||
+ | |||
+ | ===== [[remarks]] Remarks ===== | ||
+ | For an alternative interface, see [[library_session_trygetfileinfo|''Session.TryGetFileInfo'']]. | ||
===== Examples ===== | ===== Examples ===== | ||
- | See [[library_session_getfiles#example|example]] for ''[[library_session_getfiles#example|Session.GetFiles]]''. | ||
==== Real-Life Example ==== | ==== Real-Life Example ==== | ||
- | * [[library_example_find_duplicate_files|Find duplicate files in SFTP/FTP server]]. | + | * [[library_example_find_duplicate_files|*]]. |