This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
bw2:ftp_and_bizweaver [2020/12/15 13:53] akoehler created |
bw2:ftp_and_bizweaver [2024/01/09 09:34] (current) wgates [Sample Command File] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== FTP and Bizweaver ===== | ===== FTP and Bizweaver ===== | ||
| - | By design, Bizweaver does not include its own FTP functionality. | + | By design, Bizweaver does not include its own FTP functionality. |
| ==== Basic Process ==== | ==== Basic Process ==== | ||
| - | winSCP is initiated from Bizweaver using the WF_Exec | + | winSCP is initiated from Bizweaver using the Execute |
| ==== Sample Batch File ==== | ==== Sample Batch File ==== | ||
| Line 22: | Line 22: | ||
| ==== Sample Command File ==== | ==== Sample Command File ==== | ||
| - | The sample file provided below a command file. Lines that begin with # are comments. | + | The sample file provided below is a command file. Lines that begin with # are comments. |
| <file bat winSCP_Command.txt># | <file bat winSCP_Command.txt># | ||
| Line 50: | Line 50: | ||
| # The option does not necessarily need to be used. | # The option does not necessarily need to be used. | ||
| # The target folder may need to be changed | # The target folder may need to be changed | ||
| - | ## get -delete *.csv C: | + | ## get -delete *.csv C: |
| # | # | ||
| # Upload the file to current working remote folder | # Upload the file to current working remote folder | ||