Just An Observation…

Peter Woods | AppHosting, Web Services | Friday, April 27th, 2007

You know that you've been doing a lot of PHP and MySQL work when your sentences end with a semicolon;

Contribute 4 Connections

Peter Woods | Web Services | Thursday, April 12th, 2007

Gill Murrey has been working with the Adobe folks today in an effort to get Contribute 4 to connect to our web servers using SFTP.  Apparently, they've acknowledged that there is a bug in the Windows version of the Contribute 4 client.  The Mac version connects just fine so it's not the permissions on the server (which is what Adobe has been telling me all along).  A bug? Hmmm. I wonder who said this before .

SFTP Clients

Peter Woods | Web Services | Wednesday, April 11th, 2007

Several people have noticed that a plain FTP client will not connect to the new web servers.  Plain FTP is unencrypted, and this poses a small issue in the new environment.  Users authenticate to the new servers using their VUnetID and Epassword, rather than a local account.  Since a VUnetID can be used to access many other applications, encryption is a necessity.  The new servers support SFTP, which is sometimes called Secure FTP or FTP over SSH.  So which clients are SFTP capable?  Try one of the following:

Linux and Unix users may be more accustomed to using scp from the OpenSSH package.