4 lines
191 B
Bash
Executable File
4 lines
191 B
Bash
Executable File
#!/bin/bash
|
|
lftp "sftp://NICKGREEK:Nic_$&^632@sb2b.sysco.com" -e "mirror --Remove-source-files Outbound /home; exit;"
|
|
aws s3 sync /home/ s3://data.prod.app.integreatconsult.com/sysco/pending
|