Search found 2 matches
- Fri Jan 18, 2013 11:19 pm
- Forum: PHP - Code
- Topic: Warning: ftp_get() [function.ftp-get]: Connection accepted i
- Replies: 0
- Views: 1027
Warning: ftp_get() [function.ftp-get]: Connection accepted i
I am facing a problem while downloading file from ftp. my code is : <?php // define some variables $local_file = 'd://my_file.sql'; $server_file = '/shared/abc.sql'; $ftp_server='ftp.xyz.net'; // set up basic connection $conn_id = ftp_connect($ftp_server,21); // login with username and password $log...
- Fri Jan 18, 2013 6:12 am
- Forum: PHP - Code
- Topic: FTP download
- Replies: 1
- Views: 567
FTP download
I am facing a problem while downloading file from ftp. my code is : <?php // define some variables $local_file = 'd://my_file.sql'; $server_file = '/shared/abc.sql'; $ftp_server='ftp.xyz.net'; // set up basic connection $conn_id = ftp_connect($ftp_server,21); // login with username and password $log...