View Single Post
Old 05-04-2011, 01:43 PM  
MxxCon
Super Duper
 
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
Default

standard FTP protocol does not have commands to move/copy files between dirs on remote server.
Also there's no way for you to conditionally 'chain' commands..you wouldn't want to move files to /done/ if they weren't properly downloaded.
rather than pulling files, you are probably better off to figure out how to script pushing them. that way server would know if it successfully sent those files, and then move them to /done/
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]
MxxCon is offline