FTP Service on a different machine than CS web

rated by 0 users
Not Answered This post has 0 verified answers | 2 Replies | 1 Follower

J-O Eriksson
Top 25 Contributor
1,127 Posts
Points 34,945
MVPs
By: J-O Eriksson
Posted: Mon, Mar 6 2006 1:26 PM

Does the FTP Server Service have to run on the same machine as the IIS? I mean both technially and to comply with the license?

Reason for asking is that I have  shared hosting for my CS web app, but can't run services there. So I was thinking if I ran the FTP Service on a machine at home set it up to point to the hosted DB/IIS and installed the license on the hosted DB/IIS?

But I might have misunderstood the functionality of the FTP Service, maybe it just works with filessystemstorage?

J-O

J-O Eriksson's blog
 
  • Post Points: 20 |

All Replies

Ken Robertson
Top 10 Contributor
5,180 Posts
Points 47,450
CS Developers
By: Ken Robertson
Posted: Mon, Mar 6 2006 1:43 PM In reply to

No, it doesn't have to run on the same server as IIS.  You can run it on your home machine and have it connect to you web host, but it is not a scenario that we encourage (since it isn't very practical) or support.

In order to do it, you need to be able to connect directly to your web host's SQL Server.  If you can't, then it is a no go.  You'd set the connection string in the .exe.config for the executeable.  Secondly, you have two options for the files... either have it write them to the DB (not good if you have a limited amount of DB space... it is the default configuration though), or configure the FTP Server to write them to the file system locally, and then you'd need to upload those files manually once you were done to the ~/photos/storage directory (not very practical, but saves DB space).  For this, you'd need set enableFileSystemStore to true, set the fileSystemStorageLocation, and set enableDataStoreStorage to false.

 
  • Post Points: 20 |
J-O Eriksson
Top 25 Contributor
1,127 Posts
Points 34,945
MVPs
By: J-O Eriksson
Posted: Mon, Mar 6 2006 2:50 PM In reply to

Thanks Ken,

I'll try to setup according to the first option.

 

J-O

J-O Eriksson's blog
 
  • Post Points: 5 |
Page 1 of 1 (3 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com