--- In "chentom60" <> wrote:
>
> Hi,
>
> I have a TS-7250 board. I am thinking a way to "remotely" update
some
> files of my application software. I do not know how to use web
browser
> to load files like we upload JPEG photos to online printing
company. Is
> it possible to use the embedded Apache web server to receive data
and
> save?
Look up webdav on the apache pages. I don't know if the apache web
server that ships with the TS boards is compiled with webdav
support.
> How about FTP? is FTP part of Apache or independent of it?
ftp is not part of apache. You need to get an ftp server if you
want to update files that way.
But...
You can also use scp, which would be my choice for simple file
transfers. Visit openssh.org and read up on ssh/scp.
--Yan
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|