Forum

> > Off Topic > How i can create a FTP in a VPS?
ForenübersichtOff Topic-ÜbersichtEinloggen, um zu antworten

Englisch How i can create a FTP in a VPS?

11 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt How i can create a FTP in a VPS?

3RROR
User Off Offline

Zitieren
Hey guys. I need help, i got a VPS full root, and the first thing i want is to create a VPS, but i don't know how to do
I need to do all by console. like
1
sudo apt-get install nano
Thanks

alt Re: How i can create a FTP in a VPS?

KimKat
GAME BANNED Off Offline

Zitieren
Well, all I know is that FTP means File Transfer Protocol it's a protocol used in order to transfer files to a webserver. Your virtual private server should already have FTP automaticly. As far as my knowledge goes.

List of DNS record types and actual web domain thingies...
ftp.yourdomain.com (File Transfer to Webserver)
mx.yourdomain.com (Mail Exchange)
www.yourdomain.com (Your domain on the World Wide Web)
yourdomain.com (Your domain without WWW zone)

It's name servers.
Hope that helps, a bit.

alt Re: How i can create a FTP in a VPS?

3RROR
User Off Offline

Zitieren
Nope it doesn't. I asked to HostRail (The ones i buyed the VPS) and sayed no FTP is installed. And i need to install&configurate, but i have no idea

alt Re: How i can create a FTP in a VPS?

KimKat
GAME BANNED Off Offline

Zitieren
Perhaps you could search google for a tutorial on how to install and configurate things like that, it might be advanced stuff not quite sure how that works but anyways, google is your friend.

alt Re: How i can create a FTP in a VPS?

3RROR
User Off Offline

Zitieren
Searched it before i post this. This is how i did

1. Search
2. Read +10 tutorials
3. None of them work
4. Cry
5. ------ Guess what
6. Ask on UnrealSoftware

alt Re: How i can create a FTP in a VPS?

Ajsec
User Off Offline

Zitieren
RedFrix hat geschrieben
Searched it before i post this. This is how i did

1. Search
2. Read +10 tutorials
3. None of them work
4. Cry
5. ------ Guess what
6. Ask on UnrealSoftware


Which OS?

alt Re: How i can create a FTP in a VPS?

ohaz
User Off Offline

Zitieren
You do have SSH access? Then you don't really need to have FTP access.
•Download Filezilla ( http://filezilla-project.org/ )
• CTRL + S
• New Server
• Enter your IP, change server type to SFTP
• change connection type to normal and enter your SSH login details
Click ok, then connect to the server.
Should work.

If you really want to install a FTP there I suggest you to use http://www.proftpd.org/
But then we need to know which OS you are using so that we can tell you how it exactly works.

alt Re: How i can create a FTP in a VPS?

Lee
Moderator Off Offline

Zitieren
RedFrix hat geschrieben
I'm using Ubuntu OS
Yep. I do the SSH in PuTTy


If SSH is configured correctly, scp will be able to login proxying a term session and allow you to buffer files in and out (upload/download).

1. Download WinSCP
2. connect to your server a la port 22 (the default)
3. Enter your ssh username/password

Congrats, you now have something much better than FTP.
SCP also allows you to issue all shell commands as root during session whereas ftp restricts the set of commands to ls, cd, mv, cp, rm, chmod, chown, and the like (also no root as the user system is independent of the OS user database).
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenOff Topic-ÜbersichtForenübersicht