December 16, 200916 yr Hi, I'm trying out the FTPeek-Plugin. But something goes wrong. I try to delete a local file with the command: /*Delete local files*/ Let( [ $param = Get( ScriptParameter ) ; $local_del_path = GetValue( $param ; 1 ) ; $deleted = FTPeek_DeleteLocal( $local_del_path ) ; $ftp_error = FTPeek_LastError ; $error = $deleted = "ERROR" ] ; "" ) Which is the correct path to submit to these function? For Mac I submits /Users/username/Desktop/upload.gif and for WIN c:Documents and SettingsusernameDesktopupload.txt These are the same like in your documentation. But I get every time the error, that relative paths not supported by java. Maybe I m to tire -( Thanks a lot regards seppel
December 16, 200916 yr We have deployed an updated version of this plugin which resolves this issue. You can download this update from http://360works.com/ftp-plugin/
December 16, 200916 yr Whoops! The updated version will be 1.45. It isn't up quite yet, but should be live in a few minutes.
Create an account or sign in to comment