using fttp


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting using fttp
# 1  
Old 03-13-2008
using fttp

hello experts,

I just need to transfer transfer the files from machine A to machine B
by using ftp command.
i just need the script which can automatically transfer the files to machine by and it should not over write the files and the script should not ask the username and password from me mannuay it should take automatically from the script.
for example in machine A files are
FILEA
FILEB
FILEC
FILED
IN MACHINE B
FILE B
i need to transfer all the flies from machine A to machine B but it should not over write the FILE B beacuse it already exist in the machine B .
I NEED to do this by ftp
can any one help me out
# 2  
Old 03-13-2008
this might help you
next time try searching in the forum
# 3  
Old 03-13-2008
hi i have searched from your link but i couldn,t find any thing related to my questions please help me in this matter
# 4  
Old 03-13-2008
No idea , why ftp is a need. But same thing can be achieved by scp..

Look out for options of scp.
# 5  
Old 03-16-2008
hi
this is my requiremento to to do this by ftp.
please help me out , how i can achieve this by doing it by ftp
# 6  
Old 03-16-2008
Hi,

Check this link. This could be helpful.
Using ftp in a shell script.

regards,
venkatesh.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question