如何在 Visual Source Safe 6.0 中设置 Web 项目的部署路径
我正在使用 Visual Source Safe 6.0。
我为我的 PHP 项目之一设置了“影子文件夹”选项。
现在我想使用VSS的部署功能。我该如何设置?我曾多次寻找但未能得到满意的答案。详细信息如下:
VSS项目名称:mC
虚拟根:
我想在两个网站上从 VSS 部署我的 VSS 项目。网站详细信息如下:
服务器:HostGator
服务器用户名:usrname
服务器密码:usrpassword
服务器网址:mc.com
在我的站点中部署的文件夹:public_html
我尝试了以下作为部署路径,但它显示“无法登录”
'ftp://usrname:[电子邮件受保护]/usrname/public_html'
'ftp://usrname:[电子邮件受保护]/usrname/public_html/ '
'ftp://usrname:[电子邮件受保护]/~/public_html'
'ftp://usrname:[电子邮件受保护]/~/public_html/ '
'ftp://[电子邮件受保护]/usrname/public_html'
'ftp://[电子邮件受保护]/usrname/public_html/'< br> 'ftp://[电子邮件受保护]/~/public_html'
'ftp://[电子邮件受保护]/~/public_html/'
(没有单引号)
接下来我可以尝试什么?
I am using Visual Source Safe 6.0.
I set Shadow Folder option for one of my PHP project.
Now I want to use the Deploy Feature of VSS. How can I set this up? I have seearched many times but failed to retrieve satisfactory answer. Details are as follows:
VSS project Name: mC
Virtual Root: <none>
I have two web sites where I want to deploy my VSS project from VSS. Details of the Web Sites are as follows:
Server: HostGator
Server UserName: usrname
Server Password: usrpassword
Server URL: mc.com
Folder where to Deploy in my Site: public_html
I tried the following as the Deployment path but it says "Failed to Login"
'ftp://usrname:[email protected]/usrname/public_html'
'ftp://usrname:[email protected]/usrname/public_html/'
'ftp://usrname:[email protected]/~/public_html'
'ftp://usrname:[email protected]/~/public_html/'
'ftp://[email protected]/usrname/public_html'
'ftp://[email protected]/usrname/public_html/'
'ftp://[email protected]/~/public_html'
'ftp://[email protected]/~/public_html/'
(without the single-quotes)
What can I try next?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,确保您的 usrpassword 不包含任何特殊字符。因为逗号(,)、at(@)、冒号(:)等特殊字符在该系统中具有不同的含义。
然后使用以下结构进行文件上传:
ftp://usrname:[email protected]< /a>/public_html
您可以使用多个 ftp 站点,方法是使用逗号 (,) 分隔它们。
First of all, make sure your usrpassword does not contain any special characters. Because special characters such as comma(,) , at (@) , colon (:) etc. bears a different meaning in this system.
Then use the following structure for file upload:
ftp://usrname:[email protected]/public_html
You can use multiple ftp sites by separating them using a comma (,).