$GET=shell_exec(`/usr/local/bin/ncftpget -R -v -u XXXXX -p XXXXX XX.XX.XX.21 $DESTDIR /CustomsPollerPDF/processed/$pdf_filename`);
im using php to copy file from one server location to another. and i want to log the result/error in $GET variable but im unable to get it. it variable return empty.