Skip to content

Content provider can't handle big byte data #33

@antreserv

Description

@antreserv

I've been using this test sftpserver with Paramiko.

If a file that is being "transferred" is bigger than the MAX_REQUEST_SIZE in Paramiko then the test sftpserver will not append the leftover data from subsequent packets.

I've narrowed down the line to this one https://github.com/ulope/pytest-sftpserver/blob/master/pytest_sftpserver/sftp/interface.py#L44 which just needs to account for the binary_data type in six.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions