Hi. I wanted to know if there are any 'tricks' that you can apply to an FTP site (your own). Such as, is it possible to change the background color / link color / etc on the FTP page that you would view in a browser? (Unless you are viewing the FTP site with a new Windows that displays it with folders that is...) Maybe like have a page that went
----------------------------
<html>
<head>
<title>My FTP Site!</title>
<style>
body {background:#555555;color: orange}
a {color:lime;text-decoration:none}
a:hover {color:red;text-decoration:underline}
</head>
<body>
<!-- Some kind of SSI tag to Include the FTP directory listing and stuff -->
</body>
</html>
-----------------------------
Anyway, that is what I mean.
And I heared somewhere about a index.txt thingy... what does it do? And... Would it be possible to create you very own FTP interface? Completly different from the one that comes with your browser? (I am talking about browser FTP stuff... not client stuff using CuteFTP or WS_FTP or similar programs)... Anyway, any FTP 'tricks' would be awesome to know.
Thanks a lot!
Ian
----------------------------
<html>
<head>
<title>My FTP Site!</title>
<style>
body {background:#555555;color: orange}
a {color:lime;text-decoration:none}
a:hover {color:red;text-decoration:underline}
</head>
<body>
<!-- Some kind of SSI tag to Include the FTP directory listing and stuff -->
</body>
</html>
-----------------------------
Anyway, that is what I mean.
And I heared somewhere about a index.txt thingy... what does it do? And... Would it be possible to create you very own FTP interface? Completly different from the one that comes with your browser? (I am talking about browser FTP stuff... not client stuff using CuteFTP or WS_FTP or similar programs)... Anyway, any FTP 'tricks' would be awesome to know.
Thanks a lot!
Ian

Comment