Xepher.Net Forums

Xepher.net => Technical Support => Topic started by: ren_pii on May 20, 2007, 10:57:45 PM

Title: I'm sorry if this question is asked already or whatever.... but...
Post by: ren_pii on May 20, 2007, 10:57:45 PM
is there any place on xepher.net where I can manage my site without downloading a ftp program? *totally lost right now* Sorry.  :-\
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: Xepher on May 20, 2007, 11:21:11 PM
It's sorta covered in the FAQ: "Where's the Automagical Site Generator/Builder/Designer/etc?" which explains that there isn't one, and you directly upload files via FTP (or now, as prefered, scp.)

Databits has written a fairly handy guide to ssh/scp at http://guides.databits.cc/SSH/

I personally prefer WinSCP, as it seems simpler, and focus solely on file transfers. It can be downloaded at http://winscp.net/download/winscp382setup.exe

To use it, you just enter the hostname of the server (xepher.net) and your username/password then hit connect. It'll ask about a host key not in a cache, you tell it yes/okay. Then you'll see your local files on the left pane, and the server files on the right. You can drag/drop things back and forth as you like, as well as operate directly on remote files with right click. That lets you delete things, change permissions, etc.
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: Databits on May 20, 2007, 11:58:35 PM
I actually prefer WinSCP and Putty to that older windows SSH client now days. Putty/WinSCP have better support for things than the other does. I started writing a tutorial for it, but never actually finished it. If I do write one, I'd prefer to write it using a section on creating a key and uploading that.
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: fesworks on May 21, 2007, 03:30:01 AM
I use Core FTP Lite.

http://www.download.com/3000-2160-10256215.html
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: Databits on May 21, 2007, 04:20:26 AM
Re-iterated Fes... FTP isn't secure, SCP preferred.  :P

WinSCP functions pretty much exactly the same as an FTP client.
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: Xepher on May 21, 2007, 08:11:22 PM
And ftp WILL be going away with the new server, specifically because of it's insecurity.
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: griever on May 21, 2007, 10:45:30 PM
If you have a Mac, I like Cyberduck. ^_^
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: fesworks on May 27, 2007, 01:23:19 PM
Quote from: Xepher on May 21, 2007, 08:11:22 PM
And ftp WILL be going away with the new server, specifically because of it's insecurity.


Whoa! Whoa! What?

How will I update????


.... It won't be browser-based "Browse" buttons will it? I <3 my FTP!
(http://i92.photobucket.com/albums/l40/fesworks/Other/wimper-1.gif)  (http://i92.photobucket.com/albums/l40/fesworks/Other/wimper-1.gif)






Obviously gotta go with what you say ;), but still. (http://i92.photobucket.com/albums/l40/fesworks/Other/wimper-1.gif)
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: Databits on May 27, 2007, 09:01:31 PM
Again, WinSCP looks, feels, and acts pretty much EXACTLY the same as most FTP clients. It should be a rather seamless transition for people.
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: fesworks on May 29, 2007, 01:01:42 AM
So how is it not a "File Transfer Protocal" program then.. if that is basically what it does?
Title: Re: I'm sorry if this question is asked already or whatever.... but...
Post by: Xepher on May 29, 2007, 02:51:08 AM
"File Transfer Protocol" is a singular, specific, proper-nounable protocol. It's was defined by RFC 959 (http://www.faqs.org/rfcs/rfc959.html) in 1985. SSH (Secure SHell) and SCP (Secure CoPy) while related to each other, are entirely different than FTP. They are (as the names suggest) "secure" in that they encrypt all communication, making it (theoretically) impossible for anyone listening along the way to steal your information. But yes, they do transfer files. So does HTTP, and Email, and pretty much everything else that has to do with a computer. It's all just moving bits around. But HTTP is not the same as FTP, nor SCP, nor any other protocol, even though the end use may be effectively the same (moving a file from one computer to another) they go about it in an entirely different way.

Hope that clarifies things for you. If not, just keep asking. :-)