FTP upload via sockets

后端 未结 5 745
一生所求
一生所求 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:02

    JavaWorld presents a discussion of some FTP client libraries. To begin with, they even teach you how to use the "built-in" Java URLConnection to do FTP with in a simple way. That should get you started!

提交回复
热议问题