Jan 28, 2005 #1 bombplayer Programmer Joined Jul 3, 2001 Messages 47 Location US I have set up a FTP file transfer through DTS. Is there anyway to delete the file from the FTP server after the file is retrieved?
I have set up a FTP file transfer through DTS. Is there anyway to delete the file from the FTP server after the file is retrieved?
Jan 28, 2005 #2 EdwinGene Programmer Joined Sep 2, 2003 Messages 154 Location US Instead of issuing a 'get' command in the ftp, issue a 'del' command. Upvote 0 Downvote
Jan 28, 2005 #3 EdwinGene Programmer Joined Sep 2, 2003 Messages 154 Location US sorry. should be 'delete' or 'mdelete'. to get a list of available ftp commands, type '?' and press <enter> at the ftp prompt. Upvote 0 Downvote
sorry. should be 'delete' or 'mdelete'. to get a list of available ftp commands, type '?' and press <enter> at the ftp prompt.