Jump to content
Server Maintenance This Week. ×

Which is the correct local path


Seppel

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

Recommended Posts

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

Link to comment
Share on other sites

This topic is 5252 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.