FTP: Newbie help please

What I need to do is to transfer several files from one folder to another thats the easy part. The problem is they are being sent to my FTP site. Is there a script that I can write that will detect the end bit of the transfer? Any other ideas would be appereciated.

Thanks in advance,

Jason

If you’re using the Finder for your transfers, you could check periodically for the existence of a window called “Copy” (or whatever is called in your system). Eg:

repeat
	delay 1
	tell application "Finder" to if "Copy" is not in (get name of windows) then exit repeat
end repeat