Displaying 20 results from an estimated 40000 matches similar to: "Trigger a program after sftp"
2009 Apr 04
1
OpenSSH sftp(1) renovation project for GSoC 2009
Hello,
Please pardon me if this is off topic, but I thought I ought to
introduce myself.
I submitted an application (aka student proposal) to OpenSSH via
GSoC on Thursday (2009-04-02 19:39:21Z). Of course, I cannot know
if it will be accepted, but in any case, here is the abstract for
anybody on the list who may be interested in offering feedback:
The objective of the OpenSSH sftp(1)
2008 Nov 11
2
Fwd: Permissions in chroot SFTP
Hi,
I configured openssh 5.1p1 for sftp server.
Here the specifications in sshd_config file:
Subsystem sftp internal-sftp
Match Group sftp
ForceCommand internal-sftp
ChrootDirectory /home/%u
AllowTcpForwarding no
When a user is logged in, he can't upload his document and he receives
this message:
carlo at Music:~$ sftp user at 213.217.147.123
Connecting to
2007 Jun 18
2
patch for triggering SFTP process_write
Hi Damien!
I produced a little patch to the package ver. 4.6p1 for linux.
My company, for many bureaucratic reasons, was interested in triggering
each uploaded file to the server using sftp subsystem.
In Internet and in ML, all folks solve the problem using a script
joining sftp command section to ssh command section, but unfortunately
isn't my case.
The patch consist in a
2024 Jul 31
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
I've just tried that. It still fails.
Is it possible to dump the decrypted sftp commands? I tried -vvv but found nothing interesting.
The Total Commander plugin calls:
libssh2_sftp_setstat(ConnectSettings->sftpsession,
thename,&attr)
What does the command line client use?
-------- Original Message --------
From: Brian Candler [mailto:b.candler at pobox.com]
Sent:
2024 Aug 01
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
On Wed, 31 Jul 2024, ilya Basin wrote:
> I've just tried that. It still fails.
>
> Is it possible to dump the decrypted sftp commands? I tried -vvv but found nothing interesting.
Try
Subsystem sftp /usr/libexec/sftp-server -l debug3
in sshd_config
> The Total Commander plugin calls:
>
> libssh2_sftp_setstat(ConnectSettings->sftpsession,
>
2013 Sep 19
15
[Bug 2155] New: sftp program has tty attributes setting problem
https://bugzilla.mindrot.org/show_bug.cgi?id=2155
Bug ID: 2155
Summary: sftp program has tty attributes setting problem
Product: Portable OpenSSH
Version: 5.3p1
Hardware: ix86
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: sftp
Assignee: unassigned-bugs at
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
2010 Nov 04
1
Explicit file permissions for sftp-server
Hello again,
Even with umask working (thanks very much!) I have found that I require
more control over file permissions with sftp-server/internal-sftp.
Please see the attached patch. It adds yet another option to
sftp-server (-m) that will force file permissions.
I have a been running a patched version of 5.6p1 under RHEL4 in
production with no problems. Please consider including this change
2009 Apr 02
2
Method to permit ssh while denying sftp
Is there a way to permit ssh sessions while denying sftp with openssh
3.8?
In openssh 4.4+ this is possible using the Match directive with Force
Command but I don't know how to configure this in older versions.
Thanks in advance for any guidance.
Brenda
2024 Jul 31
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
On 31/07/2024 16:28, ilya Basin wrote:
> I use openssh-client 1:8.9p1-3ubuntu0.6 and I'm trying to upload files to EFT Server.
>
> Previously I was using Total Commander with SFTP plugin and it does preserve mtime.https://www.ghisler.com/plugins.htm
>
> When I try to do the same from command line it fails.
>
> $ sftp -p user at server <<< 'put
2007 Jul 26
0
[PATCH] triggering SFTP process on close
this is the stable revision of the previous patch for trigger an
action using SFTP
for detail http://www.imolug.org/index.php?option=com_openwiki&Itemid=5&id=wiki:opensshpvb265
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openssh-4.6p1-pvb265Trigger.patch
Type: text/x-patch
Size: 26911 bytes
Desc: not available
Url :
2020 May 06
2
Parallel transfers with sftp (call for testing / advice)
On Tue, May 5, 2020 at 4:31 AM Peter Stuge <peter at stuge.se> wrote:
>
> Matthieu Hautreux wrote:
> > The change proposed by Cyril in sftp is a very pragmatic approach to
> > deal with parallelism at the file transfer level. It leverages the
> > already existing sftp protocol and its capability to write/read file
> > content at specified offsets. This enables
2001 Feb 10
2
SNAP 20010209 fails to compile sftp on Slackware
Yo All!
openssh-SNAP-20010209.tar.gz fails to compile on Slackware. Patch at
the end of this message.
Here is the error:
gcc -o sftp sftp.o sftp-client.o sftp-common.o sftp-int.o log-client.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/ssl -lssh -lopenbsd-compat -lcrypt -lz -lnsl -lutil -lcrypto -lwrap
openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o): In function
2001 Dec 17
0
sftp ls problem upgrading from 2.9.9p2 to 3.0.2p1 on Linux
I am running two Red Hat 6.2 servers with the 2.2.16 kernel. I am
running OpenSSH_2.9.9p2 (SSH proto 2) and OpenSSL 0.9.5a 1 on both with
no problems. I am having problems upgrading to OpenSSH 3.0.2p1 on both
systems. After doing a gnu make installation, ssh works fine, but sftp
displays fourteen digit numbers instead of file names when you do an ls
listing of directory contents. File transfers
2002 May 14
1
bug in openssh sftp-server (fwd)
what is this about ?
-------------- next part --------------
An embedded message was scrubbed...
From: "Thomas Baumann" <tom at tiri.li>
Subject: bug in openssh sftp-server
Date: Sun, 28 Apr 2002 20:40:48 +0200
Size: 5441
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020514/6f32f7ac/attachment.mht
2001 Sep 10
0
[PATCH] quick hack for 'resume' support in sftp
I saw several questions regarding 'resume transfer' support in sftp come up,
in the archives, but no real satisfying answer. I had a particular itch
myself, so I scratched it with a quick hack. Patch attached, since it's not
really big.
To explain, I need to use ssh (scp or sftp) to transfer files to and from a
Windows box. No other method is available. And the Windows machine has no
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
> On Aug 2, 2024, at 00:32, ilya Basin <basinilya at gmail.com> wrote:
>
> 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 SSH2_FXP_FSETSTAT for directories. It doesn't have a separate "touch" command to set mtime for a path and its
2006 Jan 24
4
sftp performance problem, cured by TCP_NODELAY
In certain situations sftp download speed can be much less than that
of scp.
After many days of trying to find the cause finally I found it to be
the tcp nagle algorithm, which if turned off with TCP_NODELAY
eliminates the problem.
Now I see it being discussed back in 2002, but it still unresolved in
openssh-4.2 :(
Simple solution would be to add a NoDelay option to ssh which sftp
would set.
2017 Feb 10
4
Disabling specific commands in sftp
Hi,
On CentOS 7 I?m trying to set up a chrooted SFTP server on which specific users can only read and write on specific folder. And I?d like to disable some commands, so the users can only do ?cd?, ?ls?, ?get? and ?put? (and disabling ?chgrp?, ?chmod?, ?chown?, ?df? etc ?). Is there a way to achieve it, natively or with using a third-party software ?
Alexandre MALDEME
Analyste d'exploitation
2001 Mar 28
0
sftp client globbing problems on Solaris, Irix, etc
Could you please try the below diff if you have been experiencing
problems with the globbing support in the sftp client. There have been
a few reports that it doesn't work on Solaris, etc.
Index: ChangeLog
===================================================================
RCS file: /var/cvs/openssh/ChangeLog,v
retrieving revision 1.1022
diff -u -r1.1022 ChangeLog
--- ChangeLog 2001/03/28