"Tx2" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) t...
> In article <(E-Mail Removed)>, (E-Mail Removed), a.k.a Alex
> Fraser says...
>
> > Do you just need access to the files, or do you need to be able to
> > upload files too?
>
> Mainly the former, but i'd like to keep my options open.
>
> It's mainly when i'm out and about and think, "gah! that .pdf doc would
> be useful right now" ....
>
> Likewise, if i 'uncover' a useful file on the web etc, it'd be useful to
> be able to remotely transfer it onto my PC
>
> > If the former, forget FTP and use a web server.
>
> If i knew how to do this ... ?
It's a bit more difficult than setting up an FTP server, because the latter
has a more specific function. I'd recommend using Apache
(
http://www.apache.org/httpd/) but you should be prepared to spend some time
reading the documentation.
You could even use server-side scripting to allow you to upload files,
although in most cases I expect Lurch's suggestion of emailing a link would
suffice. For a file that is not too large, you could simply email the file
itself.
> > If the latter, have you considered SSH and SFTP?
>
> Again, i know nothing about this.
Sadly, nor do I, as far as Windows goes... looking around, the situation is
not exactly what I'd call ideal.
http://sshwindows.sourceforge.net/ looks
easiest as far as setting things up goes, and might be worth a try. You'll
also need a client; I use FileZilla (
http://filezilla.sourceforge.net/) for
Windows.
The reason I suggested the two alternatives is that the potential problems I
described with FTP do not apply: only a single port needs to be forwarded.
The disadvantage of a web server is that, unlike FTP and SSH, it is not so
organised for authenticated access (but it can do it).
Alex