Hallo,
ich möchte per scp automatisch ein paar dateien auf einen anderen server kopieren. eigentlich weiss ich auch wie man die dateien kopiert, allerdings sind meine dateinamen für scp nicht gut genug ;). meine dateinamen haben nämlich "Doppelpunkte" ( : ) und die mag scp natürlich nicht. wie kann ich die dateien trotzdem kopieren? ich hab schon versucht die "Doppelpunkte" zu quoten oder den dateinamen in hochkommas zu schreiben. hat aber leider alles nicht geholfen...
ein beispiel der dateien:
"2005-11-14_16:45:23_zeit.txt"
scp Dateiname
Re: scp Dateiname
Code: Select all
scp ~/2005-11-14_16*45*23_zeit.txt ...PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
