-
- Downloads
datatransfer: fix incoming transfer
FTP/IncomingFileTransfer classes were not designed correctly
to talk between them.
This patch moves the file handling into IncomingFileTransfer class
and FtpServer only handles FTP protocol.
Change-Id: Ia12777dcb064b69b04bd5b6b3defc3ba3e84b2c3
Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
Showing
- src/data_transfer.cpp 59 additions, 33 deletionssrc/data_transfer.cpp
- src/data_transfer.h 7 additions, 5 deletionssrc/data_transfer.h
- src/ftp_server.cpp 17 additions, 19 deletionssrc/ftp_server.cpp
- src/ftp_server.h 3 additions, 4 deletionssrc/ftp_server.h
- src/peer_connection.h 5 additions, 0 deletionssrc/peer_connection.h
Loading
Please register or sign in to comment