Primärer Webserver: webserver
Sekundärer Webserver: postman
ich bekomme folgende ausgabe
[root@webserver root]# sitecopy -u -o atecom
sitecopy: Updating site `atecom' (on ftp.atecom.net in /var/www/atecom/)
Creating ems/: failed:
550 Create directory operation failed.
Creating ibc/: failed:
550 Create directory operation failed.
Creating maya/: failed:
550 Create directory operation failed.
...
sitecopy: Errors occurred while updating the remote site.
.sitecopyrc (webserver)
Code: Alles auswählen
site atecom # Projektname
server ftp.atecom.net # Der FTP Server für Up- und Downloads
username USERNAME # Username für FTP Zugriff
password PASSWORD # Passwort für FTP Zugriff
remote /var/www/atecom # Entferntes Verzeichnis (auf dem FTP Server)
local /var/www/html/atecom # Lokales Verzeichnis
auf dem FTP (Web) Server - Sekundär
root@postman:/var/www# ls -al | grep atecom
drwxr-xr-x 2 wwwadmin root 4096 Sep 3 15:28 atecom
auf dem FTP (Web) Server - Primär
[root@webserver html]# pwd ; ls -al | grep "atecom"
/var/www/html
drwxrwxr-x 10 wwwadmin apache 4096 Jul 27 08:42 atecom