A
A
Alexander Alexandrovich2014-11-16 15:44:48
PHP
Alexander Alexandrovich, 2014-11-16 15:44:48

How to quickly upload files to the server?

Hello. Please tell me how to quickly import and export web sites with ftp, otherwise files are thrown for a whole hour.
I wrote a small script that downloads the zip archive and unpacks it, but there is no time to bring it to mind now. Perhaps there are some ready-made solutions?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander Alexandrovich, 2014-11-16
@tatu

Guys, I don't know if I did the right thing or not. But I had to make a file that downloads a zip archive and unpacks the data, and also works vice versa.
If anyone has any good suggestions on this topic, I'll be happy to apply them.

A
Anton Shamanov, 2014-11-16
@SilenceOfWinter

a ready-made solution is offered by your provider)

S
Sergey, 2014-11-16
Protko @Fesor

Upload files via scp with the -C flag (enables compression, not to be confused with -c). In addition, goodies like key authorization and encrypted connection...

A
Alisa, 2014-11-16
@diksi

If you have SSH, not just FTP, it's easier and faster to use rsync. There's both compression and an efficient file transfer algorithm.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question