0% found this document useful (0 votes)
23 views1 page

Journal Sister Module 4: SISTER - MOD4 - NIM - PDF / SISTER - MOD4 - NIM - Docx SISTER - MOD4 - NIM - Zip

This document outlines tasks and rules for Module 4 of a journal sister program. It describes two tasks for students to complete: 1) having a client upload a file to a server on the same device, and 2) having a client download a file from a server on the same device. Students are instructed to complete the given skeleton source code to perform each file transfer task, run the client and server on different files on one device, and submit both their code and screenshots by the deadline.

Uploaded by

Jonas De Deus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

Journal Sister Module 4: SISTER - MOD4 - NIM - PDF / SISTER - MOD4 - NIM - Docx SISTER - MOD4 - NIM - Zip

This document outlines tasks and rules for Module 4 of a journal sister program. It describes two tasks for students to complete: 1) having a client upload a file to a server on the same device, and 2) having a client download a file from a server on the same device. Students are instructed to complete the given skeleton source code to perform each file transfer task, run the client and server on different files on one device, and submit both their code and screenshots by the deadline.

Uploaded by

Jonas De Deus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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