I use pscp (PuTTY secure copy client) which works with ssh shell account on linux-based web server. More info can be found at https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

For example, following two lines in a .eep file sends files to web server for download by clients:

-- line 1 with pre-defined variables
set var vpscp = 'x:\putty\pscp.exe -P 222 -pw PASSWORD -v -r ' + .vLocalFolderWithFiles + ' [email protected]:/home/sites/www.mydomain.com/web/DownLoadFolder'
-- line 2 that executes file transfer
zip &vpscp

--
James Kim

On 6/2/2017 2:04 PM, Stephen Markson wrote:

Does anyone have a simple way to automate FTP file transfer using R:Base?

Regards,

Stephen Markson

The Pharmacy Examining Board of Canada

416.979.2431 x251

--
You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to