PowerTCP FTP for .NET
GetModificationTime Method



Path to file.
Sends the "MDTM" command to the server and parses the response.
Syntax
Public Function GetModificationTime( _
   ByVal path As String _
) As Date
Dim instance As Ftp
Dim path As String
Dim value As Date
 
value = instance.GetModificationTime(path)
public DateTime GetModificationTime( 
   string path
)
public:
DateTime GetModificationTime( 
   String^ path
) 

Parameters

path
Path to file.

Return Value

Exceptions
ExceptionDescription
FtpProtocolExceptionThe command did not succeed.
See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic