Re: Check FTP file
Re: Check FTP file
- Subject: Re: Check FTP file
- From: Cliff Pruitt <email@hidden>
- Date: Wed, 19 Apr 2006 15:10:33 -0400
I'm not sure I understand... what exactly are you doing? Uploading?
Downloading? Are you scripting something like Transmit.app or are you
using 'do shell script'?
If it were me I'd probably opt for "do shell script" since the
command line 'ftp' command is available on all OS X machines
regardless of installed apps. Something like:
set str_result to do shell script "ftp://user:email@hidden/
path/to/file.tar"
If using 'do shell script' you should be able to wait for the shell
to return a response (I believe you shouldn't get a response until
the transfer is complete).
Cliff.
Hi
Is there any way to check if the FTP transfer file is completed or
not? Because I want to move those file to another folder when it is
ready.
Cheers
----------------------------------------------------------------
Honglei Zhang
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden