Displaying 7 results from an estimated 7 matches for "lpwd".
Did you mean:
lpd
2013 Jan 08
1
sftp "cd" command to drive letter under cygwin
...esults in the following:
sftp> cd d:/
Couldn't canonicalise: No such file or directory.
It can only be done by using a cygdrive-type path:
sftp> cd /cygdrive/d
sftp> pwd
Remote working directory: /cygdrive/d
sftp>
yet a local cd (lcd) works fine. "lcd d:" works, and then lpwd prints a cygdrive path (which is fine).
sftp> lcd d:/
sftp> lpwd
Local working directory: /cygdrive/d
I submitted this problem to the cygwin forum, but perhaps that was not the correct place: http://cygwin.com/ml/cygwin/2012-12/msg00160.html
Since cygwin is supposed to support DOS paths a...
2006 Apr 01
0
sftp tab completion patch (First release - NOT FOR INCLUDING YET)
..."exit", I_QUIT },
- { "get", I_GET },
- { "mget", I_GET },
- { "help", I_HELP },
- { "lcd", I_LCHDIR },
- { "lchdir", I_LCHDIR },
- { "lls", I_LLS },
- { "lmkdir", I_LMKDIR },
- { "ln", I_SYMLINK },
- { "lpwd", I_LPWD },
- { "ls", I_LS },
- { "lumask", I_LUMASK },
- { "mkdir", I_MKDIR },
- { "progress", I_PROGRESS },
- { "put", I_PUT },
- { "mput", I_PUT },
- { "pwd", I_PWD },
- { "quit", I_QUIT },
- { "rename&quo...
2007 Dec 12
0
Revisiting sftp tab completion patch
..."exit", I_QUIT },
- { "get", I_GET },
- { "mget", I_GET },
- { "help", I_HELP },
- { "lcd", I_LCHDIR },
- { "lchdir", I_LCHDIR },
- { "lls", I_LLS },
- { "lmkdir", I_LMKDIR },
- { "ln", I_SYMLINK },
- { "lpwd", I_LPWD },
- { "ls", I_LS },
- { "lumask", I_LUMASK },
- { "mkdir", I_MKDIR },
- { "progress", I_PROGRESS },
- { "put", I_PUT },
- { "mput", I_PUT },
- { "pwd", I_PWD },
- { "quit", I_QUIT },
- { "rename&quo...
2003 Apr 09
2
[Bug 542] OpenSSH 3.6.1p1 - sftp exit codes and improved logging for scripting
http://bugzilla.mindrot.org/show_bug.cgi?id=542
Summary: OpenSSH 3.6.1p1 - sftp exit codes and improved logging
for scripting
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo:
2017 Sep 28
2
Call for testing: OpenSSH 7.6
On Wed, 27 Sep 2017, Martin Hecht wrote:
> all tests passed on
>
> Ubuntu 16.04.3 LTS and
> Scientific Linux release 6.9 (Carbon)
>
> On SUSE Linux Enterprise Server 11 SP3 LTSS I had to provide a local
> installation of a newer openssl. I have chosen their current LTS version
> 1.0.2l with shared library support enabled, and I had to tweak with
> CFLAGS and LDFLAGS
2004 Apr 13
8
OpenSSH 3.8.1p1: call for testing
Hello All.
Portable OpenSSH version 3.8.1p1 nearing release. This is primarily a
bug fix release and we're asking for interested parties to try a
snapshot [1]. A reminder: we rely on community feedback to find out
about problems, particularly as there are many platforms any
configurations that we don't have access to and can't test.
In most cases, running the built-in tests is
2017 Sep 23
3
Call for testing: OpenSSH 7.6
> Portable OpenSSH is also available via [...] Github:
https://github.com/openssh/openssh-portable
>
> Running the regression tests supplied with Portable OpenSSH does not
require installation and is a simply:
>
> $ ./configure && make tests
I was going to try this on Kali Linux (latest version), but ran into
trouble right away. No "configure" script exists