Ben Voris

Results 12 issues of Ben Voris

### I did this I must connect to a system running ssh on a non-standard port. Passing sftp://user@host-name:port to curl works. But I have a number of makefiles that get...

SCP/SFTP
not-a-bug

When I use "PasswordSafe (linux) v1.12" to compare a safe with a backup of that safe, I get "Unknown error". The dialog title is "File Read Error". I am able...

Linux

Other software allows duplicate titles. See https://github.com/strongbox-password-safe/Strongbox/issues/250. When it encounters two entries in the root that have the same title, Password safe v3.48 running under Wine reports something like this:...

# Using `libimobiledevice` On a system running Ubuntu 18.04, when I plug my iPhone 12 Pro (16.5.1) into a USB port, the 2017 version of `idevice_id` (it does not accept...

I ran backup like so: ```shell export BACKUP_PASSWORD='...' export BACKUP_DIR="iphone12-backup/" mkdir -p "${BACKUP_DIR}" export LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/idevicebackup2 backup --full "${BACKUP_DIR}" encyption on ``` The backup completes with: ```text Received 32487 files...

### Description of the Issue Cannot connect to a sftp server that offers only ssh-rsa. OpenSSH *can* connect to such a host. ### Steps to Reproduce the Issue 1. Connect...

spellright Version: 3.0.104 VS Code Version: 1.74.1 (system setup) Windows 10 Spellright shows 'endl' misspelled in this line: ```cpp clog

In plain text, the word "WIth" is seen a misspelled and the spelling suggestion being with "itch". I think because I have set Split CamelCase Words. (Also none of the...

I like to spell check strings, but this means that C code like this produces multiple spelling errors: `printf ("%hd %ld %Ld\n", shortInt, longInt, longlongInt);` I could add hd, ld,...

At first I thought this only this affects camelCase words but it also affects simple words like "maxlen". This persists over multiple reloads of VS Code. If I used the...