Reply To: Automate a File Copy to XP Embedded V90

#9376
karaziel
Member
  • Total Post: 74
  • Back Stage Pass
  • ★★★★

XC sends all files and folder ( * ) under the specified path to a folder path on the remote server.

XC “update files*” “c:updated files”

To send single file you specify the file name in both source and destination (so you can change names mid script)

SF “update filesfirst_file.txt” “c:updated filesfirst_file.txt”

-k