For Programmers: Free Programming Magazines  


Home > Archive > APL > October 2004 > ftp workspace









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author ftp workspace
Bob Rushworth

2004-10-12, 8:55 am

Please could anyone tell me if it is possible to transfer files to
aand from a website using the apl/w ftp workspace. We also need to be
able to list directories and delete files from the server, all via an
automated process.

ftp hosting is not available on our web space, only http web hosting.
However, we have full ftp access for uploading of website files. Is
that sufficient?

Does anyone know of any online documentation?

Many thanks for any advice.

Bob Rushworth
Peter-Michael Hager

2004-10-14, 3:55 pm

If you want private(=username&password) read&write access to the
files, you can use the ftp protocol, but you should start in an "opaque"
subdirectory with a random name to keep hackers away from your files.

All these can be managed with the apl/w ftp workspace.

If you want to give restricted read-only access to others, you might give
them that random name as well as the name of a content index file you
will need to keep updated. They can read the files by the http protocol
then.

I prefer QuadNAs to windows' WinInet API for http and ftp interfaces.

Peter-Michael (Independent developer)

Contributed by Bob Rushworth:

> Please could anyone tell me if it is possible to transfer files to
> aand from a website using the apl/w ftp workspace. We also need to be
> able to list directories and delete files from the server, all via an
> automated process.
>
> ftp hosting is not available on our web space, only http web hosting.
> However, we have full ftp access for uploading of website files. Is
> that sufficient?
>
> Does anyone know of any online documentation?
>
> Many thanks for any advice.
>
> Bob Rushworth



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com