Re: [gt-user] Using GridFTP on Windows hosts

2017-09-21 Thread Hernandez, Hugo *
Mike, by adding the lib and lib/bin into my Windows PATH did the trick so I'm able to globus-url-copy command for local copies: C:\Users\Hugo.Hernandez\Programs\Globus\bin> SET PATH=%PATH%;C:\Users\Hugo.Hernandez\Programs\Globus\lib;C:\Users\Hugo.Hernandez\Programs\Globus\lib\bin then

Re: [gt-user] Using GridFTP on Windows hosts

2017-09-21 Thread Michael Link
Hi Hugo, The main issue you'll run into is that the code that runs another process and pipes stdin/stdout to/from it isn't implemented in native windows api. https://github.com/globus/globus-toolkit/blob/globus_6_branch/xio/drivers/popen/source/globus_xio_popen_driver.c#L547 That specific issue