0

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. Could anybody please help me with step-by-step tutorial about how to set this ? I have Googled many times but failed to retrieve satisfactory answer. Details are as follows:

VSS project Name: mC
Virtual Root:

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 followings as the Deployment path but it says Failed to Login

'ftp://usrname:usrpassword@mc.com/usrname/public_html'
'ftp://usrname:usrpassword@mc.com/usrname/public_html/'
'ftp://usrname:usrpassword@mc.com/~/public_html'
'ftp://usrname:usrpassword@mc.com/~/public_html/'
'ftp://usrname@mc.com/usrname/public_html'
'ftp://usrname@mc.com/usrname/public_html/'
'ftp://usrname@mc.com/~/public_html'
'ftp://usrname@mc.com/~/public_html/'

(without the single-quotes)

Could anybody please help me with step-by-step tutorial about how to set the Deployment Path ?

Thanks in Advance.

Tareq
  • 1,999
  • 2
  • 28
  • 57

1 Answers1

1

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:usrpassword@mc.com/public_html

You can use multiple ftp sites by separating them using a comma (,)

Tareq
  • 1,999
  • 2
  • 28
  • 57