[PHP] How to verify the file after the FTP transfer???

2004-12-17 Thread Scott Fletcher
Hi! I'm now stuck on how to verify the file after the FTP transfer. I'm writing a script that do the files and database backup and verifying them. I'm using the Unix machine. Since I'm using the tar utility via the shell environment in PHP, like PassThru() or Exec(). I'm using the tar utility

Re: [PHP] How to verify the file after the FTP transfer???

2004-12-17 Thread Richard Davey
Hello Scott, Friday, December 17, 2004, 4:26:46 PM, you wrote: SF As for the FTP, I decided to do the Exec() for transfering and SF verifying. Now the only thing left is to verify it. I welcome your SF suggestion and thought on this... Perform an ls/dir on the FTP server once it has completed -

Re: [PHP] How to verify the file after the FTP transfer???

2004-12-17 Thread Richard Lynch
Scott Fletcher wrote: Hi! I'm now stuck on how to verify the file after the FTP transfer. I'm writing a script that do the files and database backup and verifying them. I'm using the Unix machine. Since I'm using the tar utility via the shell environment in PHP, like PassThru() or Exec().