Answer the question
In order to leave comments, you need to log in
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
vps means there is ssh? then a simple scp command. ssh protocol is also supported by rdiff
Or mount the remote host via sshfs:
sshfs [email protected]:/path/to/dir -o port=??? /dest/dir
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question