spattewar


Hi,

I am pulling files from the FTP site using the FTP task. I want to also capture the date and timestamp of each of these files so that I can insert the values into a database and track when are these files get created normally on the FTP server.

Any ideas

Thanks in advance for your help.

$wapnil




Re: Capture date and timestamp of a file?

Phil Brammer


Doesn't the transfer of files from the FTP server preserve the date and time You could inspect that with a custom script.






Re: Capture date and timestamp of a file?

spattewar

No the transfer of files do not preserve the date and time. When i download the files all the files show the same date and timestamp.

Can the FTP task be configured to preserve the date and time

Thanks!

$wapnil






Re: Capture date and timestamp of a file?

Phil Brammer

spattewar wrote:

No the transfer of files do not preserve the date and time. When i download the files all the files show the same date and timestamp.

Can the FTP task be configured to preserve the date and time

Thanks!

$wapnil



Well.... You can write a custom script to perhaps issue an 'ls' command inside the FTP session. Remember, FTP isn't designed for file interrogation, it's designed to transport files.





Re: Capture date and timestamp of a file?

spattewar

Thanks.

I am using a ForEach loop container which iterates through a list of file names to be downloaded. In this container I have an FTP task that uses an FTP connection manger to connect and download the file name passed to it by the container. If the FTP is successful then I update the database using an Execute SQL task to tell that the file has been downloaded.

Where should I keep the custom script so that it runs inside the FTP session Also can I use the File System task in some way I am pretty new to his and hence may be asking very rudimentary questions..please be patient.

Thanks agains for your time.

$wapnil





Re: Capture date and timestamp of a file?

Phil Brammer

The script would be your FTP session. It would replace your FTP task.





Re: Capture date and timestamp of a file?

spattewar

I will try this out and will let you know in case there are any problems.

Thanks.

$wapnil