Код: Выделить всё
if(copy( 'ftp://testuser:pass@ftpserver/file_20240520170720.MIS','file.MIS')) {
echo "It worked!!!";
}
Подробнее здесь: https://stackoverflow.com/questions/785 ... -using-php
Код: Выделить всё
if(copy( 'ftp://testuser:pass@ftpserver/file_20240520170720.MIS','file.MIS')) {
echo "It worked!!!";
}