Interface SftpErrorDataHandler

    • Method Detail

      • errorData

        void errorData​(byte[] buf,
                       int start,
                       int len)
                throws IOException
        Receive binary data from server error stream
        Parameters:
        buf - The buffer of the incoming data
        start - Offset in buffer to read the data
        len - Available data in buffer
        Throws:
        IOException - If failed to receive incoming data