A
A
Artyom2012-02-12 22:42:31
ubuntu
Artyom, 2012-02-12 22:42:31

How to get files from VPS without FTP?

There is a small site on the VPS that I would like to get my hands on. But I was surprised to find that PureFTP, installed according to the guide , does not work (530 authorization error). Tried:
- Create a new user, including one character.
- Change the password for existing users.
Nothing helps. Is there any other way to get the file from VPS (OS: Ubuntu)?
Edit: Thanks to ubuntuforums successfully broke PureFTP, hence the subject of the question.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
L
lacki, 2012-02-12
@Dracontis

If you have SSH access, you can use WinSCP or scp .

A
appplemac, 2012-02-12
@appplemac

what about SFTP?

R
rPman, 2012-02-12
@rPman

vps means there is ssh? then a simple scp command. ssh protocol is also supported by rdiff

I
Ivan Klimchuk, 2012-02-13
@Alroniks

Or mount the remote host via sshfs:

sshfs [email protected]:/path/to/dir -o port=??? /dest/dir

if the standard port is 22, then the option does not need to be specified. The folder where to mount must exist on the disk.

L
LeoCcoder, 2012-02-13
@LeoCcoder

go to ubuntu and send files by mail, as an option you can)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question