If there is any requirement for transferring files from UNIX to Window shared path and vice versa through FTP,
Please use the below commands for achieving this
UNIX to Windows Shared path:
cd <Local UNIX directory where Input files are available>
ftp -n <<EOF
open <FTP Server Name>
user <FTP User Name> <FTP Password>
cd <Windows Shared path where you want to copy the files>
mput <File Name*>
EOF
Windows Shared path to UNIX:
cd < Local UNIX directory where you want to copy the files >
ftp -n <<EOF
open <FTP Server Name>
user <FTP User Name> <FTP Password>
cd <Windows Shared path where the Input files are available>
mget <File Name*>
EOF
Best Regards,
Moorthy. G
Hi ,
ReplyDeleteyou have gathered a valuable information on Microsoft Technologies...., and i am much impressed with the information and it is useful Share Point Server Learners. we also provides The Best Informatica Online Training In USA,UK & INDIA.
Effective information! Will the informatica training in Chennai cover all the provided topics and also the other information in detail?
ReplyDeleteNice article.
ReplyDeletefor informatica interview questions and answers click here
This comment has been removed by the author.
ReplyDelete