FTP deprecated

FTP deprecated

Posted by: xraymary
Posted on: 2007-06-26 05:50:00

So it seems we're not supposed to use FTP any more.

But the website maker software I use (fogcreek citydesk) can only do FTP.

So what I'm thinking of doing is this: whenever I upload something, I immediately afterwards change the password.

Should that be OK?

Re: FTP deprecated

Posted by: Lensman
Posted on: 2007-06-26 07:19:00

Rather than do that, how about trying to use a secure copy mode as suggested here.

In reply to:

Re: FTP deprecated

Posted by: Lensman
Posted on: 2007-06-26 07:22:00

I've also been thinking about getting SftpDrive, which will:

In reply to:

Map your SSH server as a Windows network drive with SftpDrive. Our SFTP file system network enables all your Windows applications.


Re: FTP deprecated

Posted by: dinochopins
Posted on: 2007-06-26 08:38:00

Hey, so DH support SFTP ?

Hm... will check on wiki :)

Dino

Re: FTP deprecated

Posted by: Lensman
Posted on: 2007-06-26 09:07:00

Yes, generally, as long as you have SSH access to a Linux server, you will be able to use an SFTP client. I think this is because almost everyone uses OpenSSH, which supports both SSH and SFTP out of the box.

Re: FTP deprecated

Posted by: xraymary
Posted on: 2007-06-26 10:14:00


In reply to:

... publish to a directory on your hard drive and then automatically launch the command line that invokes your upload tool to upload those files


Ah! Good idea. I never thought of that, thanks!

Re: FTP deprecated

Posted by: Lensman
Posted on: 2007-06-26 12:02:00

In reply to:

Ah! Good idea. I never thought of that, thanks!


Anytime! Let me know how it works out and of any problems you have.