Hi iamola,
Unlike FTP protocol, there is not a single SFTP protocol (it exists 6 versions that do not have the same features).
It is the sftp client which defines which protocol it is used and with which parameters (for example the channel window size it wishes).
So for example between the clients filezilla and Winscp, it is not always possible to do the same things!
or if the sftp client want to use sftp protocol version 6 you will fail to create a new folder with proftpd (but yes with version 3 or 4)
So in short, it's a bit of a mess with this protocol and the sftp servers try to adapt but do not always succeed to do it.
In conclusion, I do not share your opinion and the problem is well between the SFTP client and the server where I have not yet identified on which parameter to act.
Attach a new version to test.
Note I need to have a full extract of your ftp log (since you try to open a session). I want to read them to detect how stp server detects your sftp client
- Code: Select all
sent server version 'SSH-2.0-FTP Server ready'
received client version 'SSH-2.0-WinSCP_release_5.9.3'
handling connection from SSH2 client 'WinSCP_release_5.9.3'
...
sending acceptable userauth methods: password
SSH2 session opened.
client sent SSH_MSG_IGNORE message (96 bytes)
unsupported 'simple@putty.projects.tartarus.org' channel requested, ignoring
'subsystem' channel request for 'sftp' subsystem
using SFTP protocol version 3 for this session (channel ID 0)
...
You do not have the required permissions to view the files attached to this post.