This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Error not sending file via ftp service!
#8
This line is probably incorrect:
Code:
target = '<fpt_user>' .. src

Try this:
Code:
target = 'fpt_user/' .. src

Or this:
Code:
target = src
Reply


Messages In This Thread
RE: Error not sending file via ftp service! - by admin - 27.02.2018, 09:43

Forum Jump: