Seppel Posted December 16, 2009 Posted December 16, 2009 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
Smef Posted December 16, 2009 Posted December 16, 2009 We have deployed an updated version of this plugin which resolves this issue. You can download this update from http://360works.com/ftp-plugin/
Smef Posted December 16, 2009 Posted December 16, 2009 Whoops! The updated version will be 1.45. It isn't up quite yet, but should be live in a few minutes.
Recommended Posts
This topic is 5456 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