Voting

: max(eight, two)?
(Example: nine)

The Note You're Voting On

mattsch at gmail dot com
14 years ago
Note that to make an anonymous ftp connection, you need to specify "anonymous" as the username and "" (empty string) as the password.

Example:
<?php
ftp_login
('ftp.example.com', 'anonymous', '');
?>

<< Back to user notes page

To Top