Newbies per58 Posted July 10, 2015 Newbies Posted July 10, 2015 (edited) Hi, I need to know the correct way to handle variable in FTPeek. Have this and it is working: FTPeek_ConnectFTP( "192.168.0.55" ; "" ; "" ) and $$ipnumber, is set to 192.168.0.55 FTPeek_ConnectFTP( $$ipnumber ; "" ; "" ) gives error sometimes in loop in connect to server. or is there a better way to set global variable? Edited July 10, 2015 by per58
Wim Decorte Posted July 10, 2015 Posted July 10, 2015 Could be a failure on the plugin part to read from a variable... Try setting a global field instead.
Newbies per58 Posted July 13, 2015 Author Newbies Posted July 13, 2015 Wim, I will test that, I add that variable value to a global field i that session.
Recommended Posts
This topic is 3477 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now