Move file via FTP

Is there a way to simply move a file on a remote FTP server in a graph? I don’t have the ability to use job flows, but this seems like a simple task that I can’t seem to find a way to do.

Thanks,
Andrew

Hi Andrew,

Yes, JobFlow component MoveFiles would be easiest solution.

You may also try to download file by UniversalDataReader and upload by UniversalDataWriter. Both component supports various protocols, including FTP - see Supported File URL Formats for Readers, resp. Supported File URL Formats for Writers.

Other possibility may be to invoke external command by SystemExecute.

I hope this helps.