Thanks for this and to Arthur Krauss for his input.
Regards, Stephen Markson The Pharmacy Examining Board of Canada 416.979.2431 x251 From: [email protected] [mailto:[email protected]] On Behalf Of James W. Kim, CPA, MBA Sent: June-02-17 2:34 PM To: [email protected] Subject: Re: [RBASE-L] - FTP 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<mailto:[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]<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.

