I'm using an NSURLConnection to download from an FTP site. the download is fine but I want only to download if the ftp server copy is newer than my file copy.
how do i get the ftp file date info from the ftp server. I am able to get the file size from the URLResponse.
Best regards,