Displaying 13 results from an estimated 13 matches for "psftp".
Did you mean:
sftp
2003 Sep 22
13
[Bug 697] ending slash is not used
...ortable 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 smeyers.be
C:\temp>psftp <server>
login as: <user>
Using username "<user>".
<user>@<server>'s password:
Remote working directory is /var/spool/rmon-server/guy.leroy
psftp> get 2003*
/var/spool/rmon-server/guy.leroy2003*: no such file or directory
psftp> cd /var/spool/rmon-...
2002 Dec 03
1
psftp (win32 sftp client) wont connect to external ssh/sftp box from private ip shorewall protected lan
Hello all,
a private ip 192.168.x.x win32 box will not connect with psftp (win32 sftp
client) to an external public ip ssh/sftp server.
but i can connect with console sftp client on my shorewall/unix box to that
sftp/ssh server without any problems.
i can also use putty (win32 ssh client) from the internal box.
now i thought, sftp is also using the ssh port, and netsta...
2003 Jan 20
1
Possible bug: Putty's psftp doesn't work when priv-sep is turned on
Hi List(s)
A customer of mine reported that sftp didn't work for them. It seems to
work just fine for me on that system, and after checking into it I
noticed that the customer used psftp, while I use sftp from either
cygwin or the linux version from openssh.
The openssh version of sftp works in all cases, priv-sep on or off.
However, the putty psftp breaks as soon as I turn on priv-sep (which is
on by default on openssh3.5).
I've tried this on 3.5 and today's snapshot of...
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
...rt SSH2_FXP_SETSTAT (working with a file path). OpenSSH sftp only uses SSH2_FXP_FSETSTAT for directories. It doesn't have a separate "touch" command to set mtime for a path and its "chmod" command doesn't support that either.
Curious whether you've tried PuTTY's PSFTP client and whether it works or not....
--
jim knoble
2003 Feb 20
0
OpenSSH_3.5p1 server, PC clients cannot connect
...ssh to it just fine. The problem
is SFTP from certain clients.
I can SFTP to it using my OpenSSH_3.5p1 sftp client. I
can SFTP to it from MacSFTP from MacSSH.org, version 1.0.5.
However, I have several clients that cannot connect. I have
had them try CuteFTP Pro v2, v3, WS_FTP Pro v7.62, PuTTy
pSFTP. None are able to connect.
WS_FTP Pro gives the error:
Failed SSH Key Exchange
PuTTy gives the error message:
Fatal: unable to initialise SFTP: could not connect
CuteFTP just seems to hang there.
I have turned on DEBUG logging and they each appear to
stop at different places.
I did some...
2005 Jan 09
2
[Bug 934] Traverse-only directories (e.g. chmod 110) break the cd command in sftp
...(WinSCP).
I have been just experimenting with this issue.
For me realpath does succeed on OpenSSH server on Linux
(shell.sourceforge.net).
With OpenSSH client (sftp) I'm able to enter the traverse-only directory. Of
course I'm not able to list its content.
With my client (WinSCP) and PSFTP (Putty package) I'm not able to enter it.
The reason it that both clients attempt to read the directory content (just
open/close, no reading actually) in addition to doing "realpath" on it to make
sure it actually exists. I do not know why Putty authors does this. I'm doing
it...
2006 Jan 11
2
Linux 4.2p1 crash during reverse name lookup
4.0p1 and 4.2p1 are affected for me, I'm using Linux based around a FC2
build (~2 years old).
I'm trying to login with password authentication from psftp.exe (part of
PuTTY) but it.
Maybe this bug isn't with OpenSSH itself but a supporting library, I
would appreciate your assistance in tracking down the problem.
I have tried getting a 'core' file out of SSH with 'ulimit -c unlimited'
before starting sshd, but I'm unable...
2005 Nov 09
0
I have installed the last publication of linux CentOS
...ofessional, has ADSL and the connection is with us-robotics wireless, in second portable Compaq notebook 100, I have installed the last publication of linux CentOS and the connection is with ethernet, i try to be connected in samba in CentOS but alone that I have accomplished has been PUTTY.EXE and psftp.exe do you known the reasons or what it should I make?
can say to me what it should I make?
thanks a lot...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20051109/272711d4/attachment.html>
2005 Feb 02
3
[Bug 978] The supplied realpath function mangles pathnames.
...must have
one of the few operating systems (the Stratus VOS POSIX environment) that
doesn't supply a working version of realpath, and so rely upon this version.
I found this bug in 3.7.1p2 but it is still present in 3.9p1. I've tested the
fix and it works great. Found by using PuTTY psftp client get request to a
system with the broken code; it only worked on files in the root ('/')
directory; a file in a lower-level directory failed; the echoed pathname was
always missing the final slash.
------- You are receiving this mail because: -------
You are the assignee for the...
2020 Jan 06
2
[Bug 3109] New: Failure when sftp-server writes big data chunks on Windows
...this error.
I am implementing a custom SFTP client which interacts with OpenSSH
SFTP server.
I have observed this issue only on Windows... most probably due to
Windows `write` function implementation.
I am trying to do a SFTP write request using a big chunk: 160kB.
Other SFTP clients like Putty psftp.exe use 4kB for the SFTP write
request.
The problem is that Windows API fails to make the write call with a big
data chunk.
Using smaller chunks works.
The OpenSSH SFTP server error `debug2("nothing at all written");` is
missleading as some data is actually written... just that not the...
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
I'm connecting to "EFT Server" https://www.globalscape.com/eft and it has an SFTP module. It has nothing to do with OpenSSH, but enterprise likes it for some reason. I don't control the server.
Looks like EFT doesn't support SSH2_FXP_FSETSTAT (working with a file handle), but it does support SSH2_FXP_SETSTAT (working with a file path). OpenSSH sftp only uses
2004 Apr 06
7
[Bug 833] sshd server sends SshMsgChannelFailure despite of successfully running sftp server
http://bugzilla.mindrot.org/show_bug.cgi?id=833
Summary: sshd server sends SshMsgChannelFailure despite of
successfully running sftp server
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: Cygwin on NT/2k
Status: NEW
Severity: normal
Priority: P2
Component: sshd
2002 Jan 06
3
sftp/scp performance testing
...d poor performance using sftp. If anyone has any
advice on how to improve performance, I'd like to hear it. Test simply
involved transferring a single 143MB MP3 file using defaults for all the
program configs. The opensshd 3.0.2p1 server is used in all tests.
Software:
openssh suite 3.0.2p1
psftp (putty sftp client) latest dev snapshot
pscp (putty scp client) latest dev snapshot
winscp 2.0 beta
cygwin 1.3.6
windows xp
Localhost (client/server on same box)
opensftp - 5.5MB/min
putty sftp - 6MB/min
open scp - 56MB/min
winscp2 - 95MB/min
putty scp - 280MB/min
windows copy - 780MB/min (11 sec)...