Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

JOURNAL SISTER MODULE 4

Maximum point: 75
Rules
● Required to capture your code and the results, then put them into
SISTER_MOD4_NIM.pdf / SISTER_MOD4_NIM.docx
● Put your code and documents in one folder and then zip into
SISTER_MOD4_NIM.zip
● Upload to Ms Team assignment before time runs out (better before due
date).

1. Task 3: upload file (37,5)


There’s 2 devices that act as a client and a server. Client will send/upload a file named
“file_diupload.txt” to the server. Server will receive that file and save it into another file named
“hasil_diupload.txt”.
Nb. do this in 1 device but differentiate the client and server file, client and server will
communicate through local(localhost)
a. Download the given skeleton source!
b. Complete the source code so it can run properly!
c. Run both client and server on 2 different files in 1 device !
d. Gather both the code and the screenshot of the running program !

2. Task 3: download file (37,5)


There’s 2 devices that act as a client and a server. Client will download a file named
“file_didownload.txt” from the server. Client will then name that file “hasil_download.txt”

Terdapat 2 buah perangkat yang bertindak sebagai client dan server. Client akan mendowload
file bernama “file_didownload.txt” yang berada di server. Client kemudian menyimpan file
tersebut dengan nama “hasil_download.txt”.
Nb. do this in 1 device but differentiate the client and server file, client and server will
communicate through local(localhost)
a. Download the given skeleton source!
b. Complete the source code so it can run properly!
c. Run both client and server on 2 different files in 1 device !
d. Gather both the code and the screenshot of the running program !

Don't be afraid to ask :) !

You might also like