Hello,
I would like to write data to a sub directory on an FTP server but can not get it to write to below top level I have tried 2 methods:
1 DO{COPYD job=subdir merge=N ID=1 start=NEW dest=ftp://user:pw@xxxx.co.nz/httpdocs/}
2 DO{COPYD merge=N ID=1 start=NEW dest=ftp://user:pw@xxxx.co.nz/httpdocs/subdir/}
The program will not run with either of these.
Also it would be nice if it would append to a remote file but this does not seem possible also?
Any help would be appreciated.
Hello,
I would like to write data to a sub directory on an FTP server but can not get it to write to below top level I have tried 2 methods:
1 DO{COPYD job=subdir merge=N ID=1 start=NEW dest=ftp://user:pw@xxxx.co.nz/httpdocs/}
2 DO{COPYD merge=N ID=1 start=NEW dest=ftp://user:pw@xxxx.co.nz/httpdocs/subdir/}
The program will not run with either of these.
Also it would be nice if it would append to a remote file but this does not seem possible also?
Any help would be appreciated.