Newbies Jay808 Posted May 7, 2011 Newbies Posted May 7, 2011 I'm able to FTP Connect successfully. Error on FileUpoad: FTPeek_UploadFile( "/" ; "G:/Projects/ExportFMExport.csv" ) What am I missing? Thanks, Jay
Smef Posted May 9, 2011 Posted May 9, 2011 What is the error you get when you call FTPeek_UploadFile? You can see your error by calling FTPeek_lastError or checking your plugin log after calling a function which returns "ERROR" as a result.
David Wikström Posted May 10, 2011 Posted May 10, 2011 I think it may be just a question of the local path being poorly formatted. On Windows, try adding a leading backslash, and use backslashes instead of slashes.
Newbies Julegaard Posted June 7, 2011 Newbies Posted June 7, 2011 What is the error you get when you call FTPeek_UploadFile? You can see your error by calling FTPeek_lastError or checking your plugin log after calling a function which returns "ERROR" as a result. I have a similar problem with FTPeek_UploadFile and FTPeek_lastError reports java.lang.null pointer exception Where is the log placed?
Smef Posted June 7, 2011 Posted June 7, 2011 OS X /Users/userName/Library/Logs/360Plugin Logs/360Plugins_XXXXX.log Windows XP or S2003: C:\Documents and Settings\<userName>\My Documents\360Plugin Logs\360Plugins_XXXXX.log Vista, 7, or S2008: C:\Users\<userName>\Documents\360Plugin Logs\360Plugins_XXXXX.log
Recommended Posts
This topic is 4974 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