Hi, 
    FtpClient.ModTime() raises an exception, for one of the ftpsites I am using. It works fine with other ftp sites.
    
    Basically the exception is because , the ftp site doesnt understand the command "MDTM filename"...
 
    what is the solution for this...how do i know the modtime for a file now.
If I have to use FtpClient.Dir(path,true), I guess it returns the mod time but it truncates the seconds. So what is the true solution for this.
Thank you,
Srinivas Varukala