[HELP] Access VPS Shared folder, from MAC for jarvee used

Shewqt

Newbie
Joined
Jun 6, 2018
Messages
26
Reaction score
8
Hello everyone,

I don't know if I'm posting it in the good section, and I'm actually sorry for my bad english.

I started automation tools, and everything since a month, and being quite used to VPS, proxies etc, and taking care of reading everything that I can before asking questions.

But, here I go.

I want to know if theres a simple way, to access to our VPS server, to a Specific Shared Folder, from my Mac.

This, to for ex: download something in my mac, and save it directly on the VPS, instead of my mac (bulk images and stuff for exemple).

I actually can access to my MAC, from my VPS, but not the inverse.

Hope someone of you can help me with that!

Dylan
 
Hey there bud This is off topic but I’m new here and was hoping you could suggest the VM you’re using?
 
I've had good success with SSHFS, though rsync tends to be more reliable and customizable.

My experience is Linux-Linux and Cygwin-Linux, though the tools and basic steps should be identical on macOS.
 
I've had good success with SSHFS, though rsync tends to be more reliable and customizable.

My experience is Linux-Linux and Cygwin-Linux, though the tools and basic steps should be identical on macOS.
Hey!

Thanks for the answer!

Im trying to follow some steps on tutos, to manage to have this done with SSHFS and Fuse, but seems that im unable too make it work :(

I installed Fuse and SSHFS on my Mac, and follow some steps, and im blocking at :

Open Terminal and :
sshfs [email protected]:/ /Users/Dy/Desktop/e-manage

remote host has disconnected.

And seems that i cant go further from here



Do you have any tuto or guide to make this work ?

Thanks!

Dy
 
Open Terminal and :
sshfs [email protected]:/ /Users/Dy/Desktop/e-manage
What happens if you try standard SSH with the same password? The command seems to be correct, but my gut feeling is that there's some problem with the authentication.
 
Easiest way is to sync with dropbox, gdrive, box.net
 
Seems that i cant figure it out how to resolve this :(
I've beed trying all the tutos on the internet.

The only thing I want is to be able to acess to my whole Windows Server VPS files, trough my Mac OS!

As I'm acessing to my NAS for exemple, trough Finder on my mac

Hope you guys can help me!

Dylan
 
Seems that i cant figure it out how to resolve this :(
I've beed trying all the tutos on the internet.

The only thing I want is to be able to acess to my whole Windows Server VPS files, trough my Mac OS!

As I'm acessing to my NAS for exemple, trough Finder on my mac

Hope you guys can help me!

Dylan
Use google backup and sync. You can sync your whole vps using it.

Or if you dont want to sync, you can install ftp server on your vps and connect from your mac using ftp client.
 
Use google backup and sync. You can sync your whole vps using it.

Or if you dont want to sync, you can install ftp server on your vps and connect from your mac using ftp client.

Does that mean that I need to buy a Gdrive allocation space ?

Or it will just give me the ability to acess my vps files from my mac ?

Thanks for your help !
 
Does that mean that I need to buy a Gdrive allocation space ?

Or it will just give me the ability to acess my vps files from my mac ?

Thanks for your help !
Yes you need enough space on gdrive to sync whole vps.
 
Yes you need enough space on gdrive to sync whole vps.
Ye, thats the thing.
So theres no "easy" way to acess to my folders from my VPS , on my mac ?

As for exemple, when I log in with Remote Desktop, I can acess my MAC files from my vps.
 
Ye, thats the thing.
So theres no "easy" way to acess to my folders from my VPS , on my mac ?

As for exemple, when I log in with Remote Desktop, I can acess my MAC files from my vps.
Other way is setup filezilla ftp server on vps. Access it through filezilla ftp client.
 
Back
Top