把文件中的http替成ftp

sed -i "s/http/ftp/g"  filename

不区分大小写

sed -i "s/http/ftp/ig"  filename