It seems that I have to specify my password when syncing with a remote site using SFTP.
For security reasons, I would prefer to just specify the user, but having FreeFileSync prompting me for the password (once per session).
Thanks for considering this.
Feature Request: allow to be prompted for password for SFTP
- Posts: 3
- Joined: 6 May 2018
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
You've been heard.
FreeFileSync 12.0
-----------------
Don't save password and show prompt instead for (S)FTP
- Posts: 7
- Joined: 29 Aug 2023
Is this feature request still open? I'm interested in making a donation, but my impediment is the fact that I don't have a password so they can't browse my Gdrive folders.You've been heard.Zenju, 19 Jan 2023, 20:10FreeFileSync 12.0
-----------------
Don't save password and show prompt instead for (S)FTP
- Posts: 1037
- Joined: 8 May 2006
Explain?I don't have a password so they can't browse my Gdrive folders
You don't have a password to your Google Drive (account)?
And who is "they" that can't browse your folders?
Do you need to allow them permission - on the Google end - in order for them to browse your folders?
IOW, wouldn't you need to share your folders with them?
- Posts: 7
- Joined: 29 Aug 2023
Explain?I don't have a password so they can't browse my Gdrive folders
You don't have a password to your Google Drive (account)?
And who is "they" that can't browse your folders?
Do you need to allow them permission - on the Google end - in order for them to browse your folders?
IOW, wouldn't you need to share your folders with them? therube, 29 Aug 2023, 16:51
I'm sorry, I just now realized that my questions were not clear.
What I need is to protect access to my folders on google drive. Because when I connect with FFS, anyone with access to my machine (I have this need) can see and list / compare etc my data in gdrive.
I just want to copy the data to gdrive, but I need a way that other users who access this shared Windows login can't see my folders in gdrive. I thought of a password to open FFS.
- Posts: 4056
- Joined: 11 Jun 2019
Donate and use the portable edition of FFS. Store the FFS on a flash drive that you keep with you
- Posts: 7
- Joined: 29 Aug 2023
The idea is good. But it doesn't suit me. I don't have access to the machine physically. And other people need to access this workstation with a shared user for the time being.Donate and use the portable edition of FFS. Store the FFS on a flash drive that you keep with you xCSxXenon, 29 Aug 2023, 19:44
I'll donate it in any case, I use it at home. :)
Explain?I don't have a password so they can't browse my Gdrive folders
You don't have a password to your Google Drive (account)?
And who is "they" that can't browse your folders?
Do you need to allow them permission - on the Google end - in order for them to browse your folders?
IOW, wouldn't you need to share your folders with them? therube, 29 Aug 2023, 16:51
I'm sorry, I just now realized that my questions were not clear.
What I need is to protect access to my folders on google drive. Because when I connect with FFS, anyone with access to my machine (I have this need) can see and list / compare etc my data in gdrive.
I just want to copy the data to gdrive, but I need a way that other users who access this shared Windows login can't see my folders in gdrive. I thought of a password to open FFS. kwill, 29 Aug 2023, 16:59
There is a nice open source cloud mount tool that will let you achieve your goal of keeping your personal files on Google Drive safe from coworkers. It's called Rclone.
You set up a configuration that will let you access your Google Drive and be prompted each time for your password this is doable in the software config. You will run the utility and mount your Google Drive to a free drive letter and then run free file sync and then unmount the Google Drive when you're done.
Run
rclone.exe config
rlone.exe rcd --rc-web-gui
- Posts: 7
- Joined: 29 Aug 2023
Excellent. I'm going to look into this tool. I've already seen that it's really interesting.
Explain?
You don't have a password to your Google Drive (account)?
And who is "they" that can't browse your folders?
Do you need to allow them permission - on the Google end - in order for them to browse your folders?
IOW, wouldn't you need to share your folders with them? therube, 29 Aug 2023, 16:51
I'm sorry, I just now realized that my questions were not clear.
What I need is to protect access to my folders on google drive. Because when I connect with FFS, anyone with access to my machine (I have this need) can see and list / compare etc my data in gdrive.
I just want to copy the data to gdrive, but I need a way that other users who access this shared Windows login can't see my folders in gdrive. I thought of a password to open FFS. kwill, 29 Aug 2023, 16:59
There is a nice open source cloud mount tool that will let you achieve your goal of keeping your personal files on Google Drive safe from coworkers. It's called Rclone.
You set up a configuration that will let you access your Google Drive and be prompted each time for your password this is doable in the software config. You will run the utility and mount your Google Drive to a free drive letter and then run free file sync and then unmount the Google Drive when you're done.
Runfor the interactive config orrclone.exe config
for a new interactive web gui. LeoW, 01 Sep 2023, 02:05rlone.exe rcd --rc-web-gui
Password for Rclone update:
You're going to want to set what is called a configuration password see the picture:
This can be done by running "rclone config"
You're going to want to set what is called a configuration password see the picture:
This can be done by running "rclone config"
- Posts: 7
- Joined: 29 Aug 2023
Well done @LeoW. Now my fight is with automation using password. I found some way to do this, but with a password in the settings not yet. rclone is wonderful too.Password for Rclone update:
You're going to want to set what is called a configuration password see the picture:
FFS support delete after posting.png
This can be done by running "rclone config" LeoW, 01 Sep 2023, 22:47