Skip to content

Commit

Permalink
dellataan ftpalvelimelta haettu tiedosto ettei sisäänluku tukkiudu
Browse files Browse the repository at this point in the history
  • Loading branch information
mikamyllynen committed Sep 18, 2015
1 parent fbea0fd commit 840ae68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maksuaineisto_get.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,7 @@
$quote = ftp_raw($conn_id, "rcmd clrpfm file({$pankkiaineiston_haku["viite_file"]})");
}

// Poistetaan haettu tiedosto palvelimelta ettei haeta ja lueta sisään samaa aineistoa
ftp_delete($conn_id, $pankkiaineiston_haku["viite_file"]);

ftp_close($conn_id);

0 comments on commit 840ae68

Please sign in to comment.