Skip to content

Commit

Permalink
Update the CSV path
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 28, 2023
1 parent d630544 commit d67b2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/sftp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set filename [lindex $argv 0]
set output_filename [lindex $argv 1]

spawn sftp {LIS_FTP_USERNAME}@sftp.dlas.virginia.gov:/CSV221/csv221/$filename $output_filename
spawn sftp {LIS_FTP_USERNAME}@sftp.dlas.virginia.gov:/CSV221/csv241/$filename $output_filename
expect "password"
send "{LIS_FTP_PASSWORD}\n"
expect eof

0 comments on commit d67b2c1

Please sign in to comment.