FTP problems
J. Landman Gay
jacque at hyperactivesw.com
Fri Dec 10 13:15:15 EST 2010
On 12/10/10 10:26 AM, Joseba Aguayo wrote:
> Hello:
>
> Why this sentence not run :
>
> put URL "ftp://ftpdatos.aemet.es/series_climatologicas/valores_diarios/estacion/LEEME_DATOS.txt" into msg
Often you need to supply a user name and password for ftp access.
I tried this:
get
"ftp://ftpdatos.aemet.es/series_climatologicas/valores_diarios/estacion/LEEME_DATOS.txt"
put url it
And the result was: error 500 Unknown command.
I'm not sure why, but your server isn't accepting the URL.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list