May 7, 201114 yr Newbies I'm able to FTP Connect successfully. Error on FileUpoad: FTPeek_UploadFile( "/" ; "G:/Projects/ExportFMExport.csv" ) What am I missing? Thanks, Jay
May 9, 201114 yr 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.
May 10, 201114 yr 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.
June 7, 201114 yr Newbies 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?
June 7, 201114 yr 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
Create an account or sign in to comment