Hi,
I want to know as to how can we set the file transfer mode in ftp functions in php.
I tried using ftp_set_option().
If I do
ftp_set_option($conn_id,FTP_BINARY,1), then it gives me an error such as "Unknown option '1' in line...".
I just want the code to set the file transfer mode.