You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a thread and a socket for continuous communication until the file transfer ends.
a file server with ServerMode.Receiver should attempt to make connection to opponent file server with ServerMode.Sender. Then, the sender starts transmitting file based on the file info passed in init
Description:
https://docs.google.com/presentation/d/1Qct7UxwvBhyKCxd5ea97v5wHBfEuC2JSLGO9t8aCb8Y/edit?usp=sharing
Implement file transfer client module.
Create a thread and a socket for continuous communication until the file transfer ends.
a file server with ServerMode.Receiver should attempt to make connection to opponent file server with ServerMode.Sender. Then, the sender starts transmitting file based on the file info passed in init
Acceptance Criteria:
`
class FileServer:
def init(self, mode: ServerMode, file_info: File, ip_addr, port):
self.file_path = ""
pass
`
The text was updated successfully, but these errors were encountered: