Displaying 2 results from an estimated 2 matches for "anydirectori".
Did you mean:
anydirectory
2004 Nov 09
2
ssh login
sorry - hope this question is not tooo silly,
but i needed to "autologin" to a remote machine
found out that this works fine for me:
sftp -opassword=PASSWORD USER at 192.168.1.1 << EOF
cd ANYDIRECTORY
get ANYFILE
bye
EOF
why isn't this (sftp -opassword=SECRET USER at 192.168.1.1),
setting the password with -opassword=PASSWORD, documentated
anywhere?
bug or feature?
kind
2016 Jun 13
0
Re: libguestfs-tools and NTFS compression attribute
[Please follow up on libguestfs@redhat.com, there is no need to subscribe]
On Mon, Jun 13, 2016 at 04:03:20PM +0200, Vlastimil Burián wrote:
> Hello Richard,
>
> I need a little help with libguestfs-tools
>
> I used it as follows:
>
> |sudo guestmount -a thevirtualdisk.vhdx -i /mnt/anydirectory |
>
>
> But so far I have no clue as to if it is possible and if