Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5456 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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 B)-(

Thanks a lot

regards

seppel

Posted

We have deployed an updated version of this plugin which resolves this issue. You can download this update from http://360works.com/ftp-plugin/

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.