简体   繁体   English

修改任何文件后自动传输到ftp

[英]Automatic transfer to ftp after any file is modified

Is there a Windows option, FileZilla option, other FTP program or some other program I can use that will copy any file I modify in a directory to a directory in an FTP Server? 是否有Windows选项,FileZilla选项,其他FTP程序或我可以使用的某些其他程序,它们会将我在目录中修改的任何文件复制到FTP服务器中的目录中?

Situation: I'm doing my development in my machine with my own server, but since it can't be broadcast, I have it serving from another domain. 情况:我正在使用自己的服务器在我的机器上进行开发,但是由于无法广播,因此我可以从另一个域中进行服务。 I'm in the beginning stages so code is changed every minute, but it is tiresome to copy the modified files to the FTP every time and also remember the ones that need to be copied. 我正处于起步阶段,因此每分钟都会更改代码,但是每次将修改后的文件复制到FTP并记住需要复制的文件,这很麻烦。

So, I want a program that will check my directory and upload any modified files to the FTP. 因此,我需要一个程序来检查我的目录并将所有修改过的文件上传到FTP。

Netbeans has its own "Project from a Remote Server". Netbeans有自己的“来自远程服务器的项目”。 And it will auto sync any changed file! 并且它将自动同步任何更改的文件!

Tested and worked. 经过测试和工作。

Thanks to Mikecito for the suggestion. 感谢Mikecito的建议。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM