Reply To: Help: Fileset-FTP

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Help: Fileset-FTP Reply To: Help: Fileset-FTP

#56660
Robert Milfajt
Participant

    We were able to copy files from a deletion TPS using:

    Code:

    if { [catch {file copy $filename $newfilename} fid] } {
                       echo “$module: Could not copy $filename to $newfilename”
                   }

    But that isn’t the Unix cp, you were trying.  I’m glad you got it to work.  ðŸ˜›

    Bob

    Robert Milfajt
    Northwestern Medicine
    Chicago, IL