FTP upload via sockets

后端 未结 5 805
一生所求
一生所求 2021-01-26 16:15

how can I upload a file with sockets to a ftp server? I am reading something with \"STOR\" in RFC...It is the same how i transfer a file between two computers?A sample code woul

5条回答
  •  感动是毒
    2021-01-26 17:11

    I don´t advice to use raw sockets to upload FTP files, instead use something like SimpleFTP, it's easier to use and it will save you a lot of time. And since you're learning Java, you should do it on the easiest possible way.

提交回复
热议问题