csa
Guest
как выяснилось вгет такие файлы не переваривает (по крайней мере - по умолчанию)
решилось так:
echo "get '9484-gepetto-vs-[EYE]fazZ~-pro-q3tourney4-([E.zip'" | ncftp ftp://freeftp.esreality.com/demos/
можно в файл file_with_commands записать
-- cut ---
get 'file-name'
exit
-- cut --
и писать ncftp server/path < file_with_commands 2>&1 1>/dev/null
по идее, должно работать
решилось так:
echo "get '9484-gepetto-vs-[EYE]fazZ~-pro-q3tourney4-([E.zip'" | ncftp ftp://freeftp.esreality.com/demos/
можно в файл file_with_commands записать
-- cut ---
get 'file-name'
exit
-- cut --
и писать ncftp server/path < file_with_commands 2>&1 1>/dev/null
по идее, должно работать