I need to transfer mydatafile.dmp file to 10.100.78.45 machine’s /mydir/dump_dir directory using binary mode.
Theoritically it would look like
$ftp 10.100.78.45 username/pwd cd /mydir/dump_dir hash bin put mydatafile.dmp
I need to run the ftp in nohup and this is i want the entire ftp command in one line. Any idea how i can do this?