search for: get_pathnam

Displaying 9 results from an estimated 9 matches for "get_pathnam".

Did you mean: get_pathname
2002 Oct 18
1
Patch: sftp client support of "ls [flags] [path [localfile]]" feature
.../* XXX - multicolumn display would be nice here */ ! fprintf(fp1, "%s\n", fname); } xfree(fname); } if (g.gl_pathc) globfree(&g); + if (fp) + fclose(fp); 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...
2003 Sep 19
4
[Bug 690] sftp quoted filename parsing bug in get and put commands
http://bugzilla.mindrot.org/show_bug.cgi?id=690 Summary: sftp quoted filename parsing bug in get and put commands Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: openssh-bugs at mindrot.org
2006 Nov 01
0
No subject
...<ward at wizeazz.nl> To: bugs at openbsd.org Subject: problem with sftp Date: Tue, 18 Mar 2003 10:26:03 +0100 Hello, I'm seeing a problem with sftp where it's not possible to transfer files with both 's and "s and spaces in the name. I think it's a problem with the way get_pathname in sftp-int.c works, but my C is nowhere near good enough to fix this. To reproduce try transfering a file named: this"is' asillyname with sftp. Ward ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2007 May 14
0
[PATCH] Adds support for Append command (SSH_FXF_APPEND) to sftp_client
...er "1" for alphabetic reason. If you do not plan to insert this patch consider to change this line of code: --- sftp.c.orig 2007-05-14 22:48:33.000000000 +0200 +++ sftp.c 2007-05-14 22:50:07.000000000 +0200 @@ -940,7 +940,7 @@ return(-1); if (get_pathname(&cp, path2)) return(-1); - if (!*path1 || !*path2) { + if (*path1 == NULL || *path2 == NULL) { error("You must specify two paths after a %s " "command.", cmd);...
2002 Nov 05
0
[PATCH] Add getlink command to sftp
...ldpath newpath Symlink remote file\n"); printf("lmkdir path Create local directory\n"); *************** *** 582,587 **** --- 585,591 ---- case I_CHDIR: case I_LCHDIR: case I_LMKDIR: + case I_GETLINK: /* Get pathname (mandatory) */ if (get_pathname(&cp, path1)) return(-1); *************** *** 682,687 **** --- 686,695 ---- case I_SYMLINK: path2 = make_absolute(path2, *pwd); err = do_symlink(conn, path1, path2); + break; + case I_GETLINK: + path1 = make_absolute(path1, *pwd); + err = do_getlink(conn, path1); brea...
2003 Mar 24
16
[Bug 517] bad "put" arg parsing
http://bugzilla.mindrot.org/show_bug.cgi?id=517 Summary: bad "put" arg parsing Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: djm at
2019 Jun 10
0
Wine release 4.10
...erminating async. server: Notify kernel when IRP is terminated by server. ntoskrnl.exe: Cancel IRPs terminated by server. mshtml/tests: Fix tests on some recent IE versions. mshtml/tests: Include leading path slash in location test array. mshtml: Rewrite IHTMLLocation::get_pathname on top of IUri. ieframe: Keep Busy property in sync with download state. server: Use current thread for IRP calls without associated thread. ntoskrnl.exe: Dispatch server IRPs in critical region. server: Associate create and close IRPs with current thread. ntoskrnl.ex...
2009 Aug 21
0
Wine release 1.1.28
...widl: A structure that contains an embedded interface ptr in an array is a BOGUS_STRUCT. widl: The alignment written for USER_MARSHAL types is the wire-type alignment. Jacek Caban (29): shdocvw: Check GetContainer result before setting new container. mshtml: Added IHTMLLocation::get_pathname implementation. mshtml: Call stop_binding before releasing binding object. mshtml: Moved TASK_PARSECOMPLETE to nsIMutationObserver::EndLoad. mshtml: Added support for partial reads in read_stream_data. mshtml: Added IBindStatusCallback::OnResponse implementation. msht...
2009 Oct 23
0
Wine release 1.1.32
...nts. mshtml: Implement IHTMLLocation::get_port. mshtml: Implement IHTMLLocation::get_protocol. mshtml: Implement IHTMLLocation::get_host. mshtml: Implement IHTMLLocation::get_hostname. mshtml: Reimplement IHTMLLocation::get_href. mshtml: Reimplement HTMLLocation::get_pathname. mshtml: Implement IHTMLLocation::get_hash. mshtml: Implement IHTMLLocation::get_search. mshtml/tests: Remove todo_wine paths. hlink.idl: Fix typo in comment. hlink: Use HLINKSETF flags in Hlink::fnSetMonikerReference. mshtml.idl: Fix IHTMLImageElementFactory uu...