Search Results

Search: Posts Made By: cass4409
4,503
Posted By cass4409
The output of the temp file will contain the...
The output of the temp file will contain the names of the files I wish to ftp. Is there such command during ftp session to read a temp file and mget all the names found in the temp file?
4,503
Posted By cass4409
Hi BOFH, I'm using .netrc to do an automated...
Hi BOFH,
I'm using .netrc to do an automated ftp transfer:

ftp -i <IP Address>

.netrc
default login <username> password <password>
macdef init
cd <directory>
binary
get <filename>
quit...
4,503
Posted By cass4409
Thanks everyone for your replies. The problem is...
Thanks everyone for your replies. The problem is I need this particular file from Computer1 and it's in running sequence using the day, eg. abc12 (12th). My ftp script needs to extract this file...
4,503
Posted By cass4409
FTP script
Hi All,
Is there any command in FTP to concatenate the filename with current day and ftp this file from computer1 to computer2?

Example: Current day, 16/12/2005 (dd/mm/yyyy)

ftp abc16...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy