Page 1 of 1

Open ftp server automatically

Posted: August 22nd, 2014, 7:00 pm
by htuser
Dear Gregory,
I would like to know if it's possible to pass parameters automatically (as username, password)in csentry using logic for opening a ftp server automatically and copy some file.
Thanks in advance for response.
HTUSER

Re: Open ftp server automatically

Posted: September 10th, 2014, 3:24 pm
by Gregory Martin
If you're trying to do this on Windows, this document might help you:

http://stackoverflow.com/questions/1615 ... batch-file

You could launch this with the execsystem function.

Re: Open ftp server automatically

Posted: September 11th, 2014, 2:53 pm
by htuser
Thank you Gregory,
That's should work fine!