PDA

View Full Version : New to VPS


caucus
09-12-2006, 10:35 AM
Hello Group

Trying to find a place to start it is like a kid with his hands in a cookie jar while mom is not looking.

I have not found the answer could someone help

1. I was trying to find out if I could ftp to the skeleton directory to load up files for my new sites that are created.

Can I use FTP for the above?

2. I need to learn some SSH commands if I have to use SSH

elix
09-12-2006, 04:19 PM
You'll need to use SSH for this if you are creating accounts through root, but if you make a reseller account, then there will be a skeletion directory in the reseller's primary account.

caucus
09-13-2006, 09:44 PM
Hello

Thanks now I need to figure out how to get some ssh commands. Is there tutorial on how to log in to the root? :)

I do have putty and I think I am in the root now I just need to figure out how to move after I login.

KimmiKat
09-14-2006, 12:40 AM
I Googled and found a couple resources...

Link: http://www.webhostgear.com/35.html
Link: http://www.sshcommands.com/

If you do a Google, you'll find more. Hope that helped...

caucus
09-14-2006, 09:37 AM
Hello

Thank you that helped I can now make a directory for testing I used pico and made changes to a file. I am rolling now!

One question. If I am working on a file can I get a file and download it to my computer?

1. I made a file myfile1.txt.

2. Can I download it to my computer

3. Modify the file and then load it back to my project1 directory?

If yes, what do I have to do?

Thanks again for your links to some great sites

elix
09-15-2006, 06:29 AM
cd into the directory with the file

cat myfile1.txt

it will show the contents of the file

then you can use the right click on your mouse to paste stuff in when you do your next pico

caucus
09-15-2006, 07:53 AM
Hello Again

Wow so much to grasp and such little time....

Thanks for your help I am sure I wll be asking for more!

aJx
10-26-2006, 07:58 AM
if you want to see any file or folder with ssh connection, i think you can use Cuteftp pro for that..
you can find that program from:
http://www.cuteftp.com/downloads/cuteftppro.asp

what is that program do for me?
you can see and explore all your file and folder with ssh like a windows explorer..

its only an advice.. ;)

PvUtrix
10-27-2006, 12:32 AM
I would recommend Filezilla for an FTP client, it's opensource and it's great!
http://sourceforge.net/projects/filezilla
you can also use it to access your VPS via SFTP using SSH

asterisk
11-02-2006, 04:05 PM
I second the suggestion on CuteFTP, it's one of the best file transfer tool although you have to pay for it but a worthwhile purchase, I feel.

For free software, I've just started using Filezilla, and I must say it's pretty darn good. :) I'm really impressed even that it's free.

SludgeMeister
11-03-2006, 04:04 AM
Filezilla is good, but I find it very buggy - It fails to overwrite files quite frequently, its prone to ftp connect/reconnect failures, its crashed quite a few times on me and a few other things.

I use it heavily and have done for a long time - Its great for free, but if you want a flawless FTP, considering buying a client.

Dragan S.
11-03-2006, 09:19 AM
Also, it might help you, if you want to empty the file, this command will remove ALL the content from the file, but it will leave the file intact with proper permissions:

echo "" > file.txt

Make sure that you're in the correct directory where file is located.

MarkB
11-08-2006, 01:35 PM
Hello

Thanks now I need to figure out how to get some ssh commands. Is there tutorial on how to log in to the root? :)

I do have putty and I think I am in the root now I just need to figure out how to move after I login.
Get winSCP - http://www.winscp.org - it's SFTP client with windows like GUI. Use it to upload/download files and to edit your conf files until you learn more about Linux commands.

Evan
11-08-2006, 01:57 PM
I prefer SmartFTP over anything else.

Hasn't failed me yet :)

cyberhostuk
11-08-2006, 03:38 PM
I agree with Evan, another vote for SmartFTP here :)

chief
11-13-2006, 01:59 PM
If you use Firefox, FireFTP is a good, basic FTP client