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