Server Download File #8
safesploit
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To clarify the logic is
server.py
runsdownload_file()
function which then relies on theupload_file()
function onclient.py
.The following additional functionality has been implemented when
server.py
wants to download a file from the remote machine.with
statement; ensuring the file is closed properly, in the event of exceptions/errors)client.py
server.py
Beta Was this translation helpful? Give feedback.
All reactions