Re: delete a file that found on different machine
From: Alon (noSpam_at_hotmail.com)
Date: 06/26/03
- Next message: Carl McGuire: "Re: delete a file that found on different machine"
- Previous message: goodguy200341: "Thanks everybody for helping me."
- In reply to: Marc Rochkind: "Re: delete a file that found on different machine"
- Next in thread: Carl McGuire: "Re: delete a file that found on different machine"
- Reply: Carl McGuire: "Re: delete a file that found on different machine"
- Reply: Peteris Krumins: "Re: delete a file that found on different machine"
- Reply: William Ahern: "Re: delete a file that found on different machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Jun 2003 18:03:20 +0300
Is there a way to delete a file on remote computer in a single line like
that:
ftp host | echo username | echo password | echo mdelete file.c
I know that this line doesn't work, but if I can alter its syntax
that will make it to work, I will be able to call this line from c program
like this:
system("ftp host | echo username | echo password | echo mdelete file.c") ;
Any help will be very appreciated.
regards,
Alon
- Next message: Carl McGuire: "Re: delete a file that found on different machine"
- Previous message: goodguy200341: "Thanks everybody for helping me."
- In reply to: Marc Rochkind: "Re: delete a file that found on different machine"
- Next in thread: Carl McGuire: "Re: delete a file that found on different machine"
- Reply: Carl McGuire: "Re: delete a file that found on different machine"
- Reply: Peteris Krumins: "Re: delete a file that found on different machine"
- Reply: William Ahern: "Re: delete a file that found on different machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]