ftp connect using sockets
is there a way to connect to ftp server using sockets? only connect, nothing more
or is there maybe a native to do it??? |
Re: ftp connect using sockets
for only connect.
socket_open("ftp.domain.com", 21, _, Error); To use socket for HTTP, FTP, HTTPS and more take a look to: http://curl.haxx.se |
Re: ftp connect using sockets
attach file with such big codes... dont ruin forums
|
Re: ftp connect using sockets
I added the closing [/php] tag, but apparently the message was too long for him to include the last bit of code and the closing tag.
So, Antibots, you should attach the file. |
Re: ftp connect using sockets
I remove the code and I only put the link. I post because I canīt attach .h, .cpp or .c :D
|
| All times are GMT -4. The time now is 15:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.