I would like to ask this question: what application do you use to synchronize the working directory on the local PC and the remote directory (via FTP)?
I am a little bored using the FTP client to transfer every file that I edit all the time.
In the simple case, you can use command line programs scpor ftpto write a small command line script that can load all your files. I use a bash script that zips up all my files, puts them in my web space and decompresses the file via ssh. Although this could be easily done using bash on linux, I think you can do similar with batfiles on windows.
scp
ftp
bat
For a larger web development project, transfer the code to the source repository on the server side and use a tool such as Capistrano to deploy it to remote servers, which is a powerful and full-featured deployment tool for all kinds of web applications.
, , . Linux/OS X ( FUSE + ftpfs) Windows ( FTP , IIRC). sshfs , , .
- SCM .
Subversion - ( ) : , , SVN-hook script ... , , (SVN , , Git). .
- rsync, Linux, scp, , . , diff/patch-like, . scp, SSH, , .
rsync
, , ftp.
, , , FTP-. UltraEdit (Windows) BBEdit (Mac) - .
ftp ; ssh ftp-, scp rsync -e ssh . Windows GUI, Cygwin
, ( , , ), ftp/scp/rsync . ( , ), , (, ), , , git, svn, cvs.
You can look at some FTP tool that provides visual synchronization. For example, on Windows, Mac, or Linux, you can use CrossFTP for one-way or two-way synchronization. It supports masks and filters, and you can view / modify the results as shown. alt text http://img509.imageshack.us/img509/9417/picture1t.png
Source: https://habr.com/ru/post/1703313/More articles:How to handle data types returned by LINQ - c #Is it possible to use ASP.NET Sitemap to generate Breadcrumbs? - .netсуществует ли способ комбинировать xpath и regexp для извлечения частей значения node? - javaHow to fix EmbeddedRessources on an ASP.NET website? - referenceTransparent top-level windows - winapiParameterized regular expression in Python - pythonSpring framework - class loader relation - javaSelenium: How do I execute a function or Xpath expression in my test? - xpathКак динамически добавить строку данных в WPF? - wpfPros and cons of using EntityDataSource vs ObjectDataSource in Entity Framework? - entity-frameworkAll Articles