search for: ssh_fxp_realpath

Displaying 8 results from an estimated 8 matches for "ssh_fxp_realpath".

2001 Feb 22
3
Problems with sftp under SCO OpenServer
Hello, I compiled OpenSSH 2.5.1p1 for SCO OpenServer 5.0.5, HPUX B.11.00, and SunOS 5.7. When I sftp into the HP or Sun box, everything works fine. However, whenever I sftp into the OpenServer box, all remote filenames are shown as "(null)". File sizes, owners, etc. display properly. This behavior is exhibited from all origination points. OpenSSH was configured with identical
2004 Oct 28
2
Problem copying directories using sftp
..., Number: 2571 < Type: SSH_FXP_STATUS, Size: 29, Number: 2571 < Status/error code: 2, Message: 2571, Server: No such file, Language: . Creating directory "/h580/avl/bg/pdf/". . Canonifying: "/h580/avl/bg/pdf/" . Getting real path for '/h580/avl/bg/pdf/' > Type: SSH_FXP_REALPATH, Size: 28, Number: 3088 < Type: SSH_FXP_STATUS, Size: 24, Number: 3088 < Status/error code: 0 . Attempt to close connection due to fatal exception: * Received SSH_FXP_NAME packet with zero or multiple records. . Closing connection. -------------------------------------8<------------------...
2018 Mar 23
2
Call for testing: OpenSSH 7.7
...quot; revision 2 debug2: Server supports extension "fstatvfs at openssh.com" revision 2 debug2: Server supports extension "hardlink at openssh.com" revision 1 debug2: Server supports extension "fsync at openssh.com" revision 1 debug3: Sent message fd 6 T:16 I:1 debug3: SSH_FXP_REALPATH . -> /home/builder/openssh/regress size 0 sftp> df / debug3: Received statvfs reply T:101 I:2 debug1: Couldn't statvfs: Permission denied so according to the log, the server is refusing the statvfs request. I don't understand where the "df /" command is coming from or why t...
2003 Sep 22
13
[Bug 697] ending slash is not used
http://bugzilla.mindrot.org/show_bug.cgi?id=697 Summary: ending slash is not used Product: Portable OpenSSH Version: 3.7.1p1 Platform: PPC OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: sftp-server AssignedTo: openssh-bugs at mindrot.org ReportedBy: ramses at
2004 May 06
2
ID mismatch
Hi, When do the sftp to remote server with file system full, sftp connection get "ID mismatch" and connection closed. Is it supposed to get the "sftp>" prompt back? I try with V3.7.1p2 and V3.8.1p1 and have the same result. Please help. rdsosl.sef_cdf-831# sftp -v edosuser at rdsosl Connecting to rdsosl... OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 debug1: Reading
2015 Jul 14
16
[Bug 2428] New: realpath command doesn't work
...toreconf -fi' I use libssh to access a server via sftp, but the issue is not related to libssh according to the logs. How to reproduce: "/home/david/test" exists, but "/home/david/test/test" doesn't exist. When I canonicalize "/home/david/test/test" using the SSH_FXP_REALPATH command it doesn't work and reports "no such file". I did also compile OpenSSH from git, see the attached files. Expected result: Canonicalizing "/home/david/test/test" works, according to [1] Notes: Further investigation showed that the libc realpath function is linked, a...
2014 Jan 24
1
Question Reagrding open SSH
...t request for environment variable LC_MESSAGES=C debug1: Sending subsystem: sftp debug1: channel request 0: subsystem debug2: callback done debug1: channel 0: open confirm rwindow 0 rmax 34000 debug2: channel 0: rcvd adjust 131072 debug2: Remote version: 3 debug3: Sent message fd 6 T:16 I:1 debug3: SSH_FXP_REALPATH . -> /home/700000035 sftp> put /cust01/dellinvs/edi_prod/push/snd/OUT100000157152.INT.sch /home/700000035/tovan/OUT100000157152.INT.wrk debug3: Looking up /cust01/dellinvs/edi_prod/push/snd/OUT100000157152.INT.sch debug3: Sent message fd 6 T:17 I:2 debug3: Received stat reply T:101 I:2 debug1...
2018 Mar 22
16
Call for testing: OpenSSH 7.7
Hi, OpenSSH 7.7p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at