


So... That is my "problems"
I want to know if it's possible to create a client ftp which make a list of the contents of the directory.... And we can select a file to download it!
i'have make the design but i can't make the prog

Yes, it is possible. See the PureBasic Resources site atlazy wrote:I want to know if it's possible to create a client ftp which make a list of the contents of the directory.... And we can select a file to download it!
With Purbebasic it's possible to make all kinds of clients (and servers of course;)lazy wrote: I want to know if it's possible to create a client ftp
Code: Select all
Connection1=OpenNetworkConnection(servername.s,port.l)