I am using a host to try and deploy my Django site but I am confused by the SSH vs. FTP.
Background info:
I got the IP address, name and password from my host for the VPS.
I logged in using the same information via Putty
and via WinSCP
.
Both show me as having accessed root@[VPS IP Address]
.
Running ls
on Putty shows nothing (no files or folders). So I created a file hello.txt
.
WinSCP
shows a lot of folders at the root, unlike Putty. I then searched all the folders for the hello.txt
that I created and it's nowhere to be found.
Why would accessing the same VPS via two different methods show completely different things?