linuxshellunixsftp

Run Nohup while SFTP



Solution

  • echo "put file.txt" | sftp -b - servername &
    

    If I understand you correctly.