Forum Moderators: phranque
Since I've only used FTP to set up sites I have a few questions that I hope one of the more knowledgeable people here can answer:
1) Is the password displayed in plain text with FTP...and if so, why do all the other web hosting companies I work with use FTP for loading/downloading files.
2) Does anyone know if Dreamweaver supports front page extensions.
3) Is it possible to use server side includes (wouldn't I still need access to the server?)and if so how would I use server side includes instead of FTP?
Thanks
#3
SSI will not help indeed. You still need a way to transfer files to the server.
HTH Andreas
andreas was right when he said that to perform a secure transfer you need a kind of SSH "wrapper" around your connection for which Putty provides some really sweet client-side tools, however you also need software on the server which supports secure transfers which is the major reason why there are so few off-the-shelf implementations of this & why so few webhosts support it...
- Tony
Dreamweaver does not support FP Extensions that I'm aware of.
To get around FTP you could write script to upload the files but then you'd need a way to upload the script in the first place. :)
Take the B.I.L. outback and give him a good thrashing. FTP is the industry standard for transferring files.
BTW - FP Extensions has it's own security issues which are far more likely to be exploited (IMHO):
[msdn.microsoft.com...]
Backgrounder: [rtr.com...]
I am really interested to know about your response.
I would go by : Driving a nail using a hammer in soft wood cost 1 cent per nail in labour. We would like to borrow your brother in law as a hammer to know if he competes as a mediaval screwdriver at driving nails. ;)
I know high school students who've put up web servers. That doesn't make them experts on security or on web servers. The best webserver admin is the one who acknowledges thier weaknesses and does something about them. Like hire someone who is an expert on security.
The point is, go ahead and punch a few holes in the argument but be ready to back up what you say. Do your homework. If I were in your shoes (it's easy to comment from afar) I'd be ready to walk away if they insist on doing the job with such ridiculous restrictions.
I usually use WS_FTP Pro without the SSL, but have one client who wants to protect their server logs (which I analyze for them) and it has worked well downloading those through their SSL.
Macguru: I took the information that you folks kindly provided, pointed out that FTP was THE industry standard to my client and that his brother-in-law could set up SSL on his server if he wanted more security. Of course that would entail his B.I.L adding more software to the server....and I have a strong hunch that the B.I.L.'s technical skills are a bit weak.
End result, B.I.L has agreed to add FTP to the server.
Lorax: Unfortunately, the client (and the brother-in-law) is located in Dallas; a bit of a trek to have a one-on-one discussion with him (and yes, I was extremely tempted). If they were located a bit closer it would be a lot easier. I suspect that everyone has a family member that offers advice on technology - whether they know anyting or not.