-
I'm trying to back up a Win10 user's HOME directory. In cmd.exe I run:
C:\Users\me>duplicacy.exe -d init mine "sftp://me@backup-2/backups/me"
Reading the environment variable DUPLICACY_SSH…
jwatt updated
5 years ago
-
One use case which I would love to see:
- nautilus (or other software) can access ssh servers with sftp/scp interface
- I constantly is working on ssh machines but have sometimes to connect to sel…
-
when I uploadload a file(mode 744) from local to remote, the mode of the remote file is 644
Firstly, I thought it was caused by the umask of the server, but I checked the default umask of both clie…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Hi Team, I am using Pro version of localstack. I created a SFTP (AWS Transfer Family) but fro…
-
1. Install WCFM and SSF
2. Set up a vendor page e.g. /store/vendor1/ - with Query Monitor, you should notice the 'author' has been set in the query vars - this is what we need to respect
3. Ensure m…
-
Users with SFTP access could benefit from current usage and limits information in the Calypso Hosting UI. See also #35965 .
-
I tried to use gulp-sftp in gulpfile.js as such:
```
var sftpOptions = {
host: 'example.org',
user: 'username',
remotePath: '/home/public_html/'
};
```
and then, later on
```
.pipe(…
-
Can this be used with SFTP (over ssh)? So, can I just edit the config file and use a server that I already have ssh access to without setting up an ftp server?
-
I'm trying to access my files on my site hosted by Siteground. I have successfully connected with Filezilla but having no luck with this extension in VSCode at all. It would be great to get this to wo…
GusGF updated
3 years ago
-
After updating from 0.9.7 to 0.9.8 I can't anomore access my remote server over sftp with exception in log:
``` text
java.io.IOException: com.sshtools.ssh.SshException: Failed to process key exchang…