Admin-Ahead Community

Linux => General Linux => Topic started by: Aby on November 04, 2013, 08:22:59 pm

Title: Acount transfer in shared server...
Post by: Aby on November 04, 2013, 08:22:59 pm

Acount transfer in shared server
1. we have to add Ip into /etc/security/access.conf
2.then use scp
i.e scp -P 1291 /home/filename root@hostname:/root

===================

We can also transfer a file via /usr/local/apache/htdocs

i.e 1.copy the file into /usr/local/apache/htdocs
then goto destination and
wget http://IP/filename
e.g http://66.7.209.120/kitchenx_gootgp.tar

==================