Hi people!
I have to write a code for File Transfer Protocol! It says that I only need to write code for client, but it also says that I have
to run the program and send some files to server. I guess than I also need server side as well. I have to write my own classes, I cann't import some existing classes. I have to connect to the server with password and username and after that send some files to the server. I don't know anything about FTP. Can i maybe do this by Sockets and ports? I worked something with that.