Displaying 7 results from an estimated 7 matches for "i_ls".
Did you mean:
i1_ls
2006 Apr 01
0
sftp tab completion patch (First release - NOT FOR INCLUDING YET)
...+#define REMOTE 1
+#define LOCAL 2
+
+
static const struct CMD cmds[] = {
- { "bye", I_QUIT },
- { "cd", I_CHDIR },
- { "chdir", I_CHDIR },
- { "chgrp", I_CHGRP },
- { "chmod", I_CHMOD },
- { "chown", I_CHOWN },
- { "dir", I_LS },
- { "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 },
-...
2007 Dec 12
0
Revisiting sftp tab completion patch
...+#define REMOTE 1
+#define LOCAL 2
+
+
static const struct CMD cmds[] = {
- { "bye", I_QUIT },
- { "cd", I_CHDIR },
- { "chdir", I_CHDIR },
- { "chgrp", I_CHGRP },
- { "chmod", I_CHMOD },
- { "chown", I_CHOWN },
- { "dir", I_LS },
- { "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 },
-...
2002 Oct 18
1
Patch: sftp client support of "ls [flags] [path [localfile]]" feature
...return (0);
}
***************
*** 759,764 ****
--- 799,806 ----
/* Path is optional */
if (get_pathname(&cp, path1))
return(-1);
+ if (get_pathname(&cp, path2))
+ return(-1);
break;
case I_LLS:
case I_SHELL:
***************
*** 897,903 ****
break;
case I_LS:
if (!path1) {
! do_globbed_ls(conn, *pwd, *pwd, lflag);
break;
}
--- 939,945 ----
break;
case I_LS:
if (!path1) {
! do_globbed_ls(conn, *pwd, *pwd, lflag, NULL);
break;
}
***************
*** 908,914 ****
path1 = make_absolute(path1, *pwd);
! do_glob...
2006 Jun 30
0
Ret: Problems with SFTP
...you check what codes in openssh 4.3p2 happen Segfaults.
Segfaults happens when SFTP works as a client. You embed the SNPRINTF statement
in the openssh as a tracer. Could you modify the program and run it
on your development environment? The program moves the control
to the statement "case I_LS:" at the function "parse_dispatch_command"
in the source file "sftp.c" when the user enters the command "ls".
I suggest you embed the SNPRINTF statement here at the first.
Regards,
Tomo
rogier at tw.reverze.net wrote:
>Guys,
>
>Once again I need some...
2009 Sep 29
4
[Bug 1655] New: sftp is unhappy with asterisks in filenames
https://bugzilla.mindrot.org/show_bug.cgi?id=1655
Summary: sftp is unhappy with asterisks in filenames
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
2006 Jun 26
1
Problems with SFTP
Guys,
Once again I need some help I hope you can give me. When I try to SFTP to
any of my PCs (also running openssh) from my Xscale (ARM,
big-endian) system sftp segfaults on me. Sftp to the xscale system works
without any problems. I'm using openssl-0.9.8b (with ocf support),
linux-2.6.16 and openssh 4.3p2 on the Xscale system. One of the systems I
try to sftp to runs Openssh 3.7.1p2, with
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
AUTHORS | 17 ++++++
README | 10 +++
conf/ovirt-agent | 12 ++++
conf/ovirt-db-omatic | 12 ++++
conf/ovirt-host-browser | 12 ++++