Quotidien Hebdomadaire Mensuel

Quotidien Shaarli

Tous les liens d'un jour sur une page.

April 12, 2022

linux - In FTP command mode, how do I redirect command line and the result when using shell script using here document to let ftp command read stdin - Stack Overflow

I am trying to write shell script that implements FTP command reading here documents. How do I redirect ftp command line AND results FTP server returns? My current script is below #!/bin/bash f...