I've built a Web-based FTP client in PHP and now have a need to display
the text responses from the FTP server (the stuff that appears in the
FTP log like "Welcome to the FTP server. You are user number 45.")
Anybody know how I would use PHP to do this?
the text responses from the FTP server (the stuff that appears in the
FTP log like "Welcome to the FTP server. You are user number 45.")
Anybody know how I would use PHP to do this?
Comment