|
Is it possible to use Source Safe over the internet?
Would you do it?
Started by João Guilherme on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
It was not always reliable over slow VPN connections (frequent reconnects would literally no other choice....
The HTTP protocol, and while I would not use it over the Internet, I have used it that way, over VPN and LAN connections.
|
|
What is the best way to access Windows Server 2008 R2 over the internet?
Started by Danh000 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Run a ssh daemon such as CopSSH on the....
Don't know if it's the best way, but one way could be through an SSH tunnel .
If you give a little more information in your question, I'll give a little more information in my answer .
With a VPN and Remote Desktop.
|
|
How do I connect to SQL Server 2005/2008 using Management Studio or other desktop application over the internet?
Started by Biswo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
To be able to access your database over the internet, you will need to make sure that the server that hosts the database is accessible over the internet and the port that the database a web service or ....
On target database.
|
Ask your Facebook Friends
|
I need to transfer data daily from SQL Server (2008) to SQL Server (2005). One of the servers is located at our web host so the data will be transferred over the Internet. On the same network I would use SSIS to transfer the data, but over the Internet...
Started by Danny on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
No need to expose either server to....
Compatible protocol SQL 2005 and SQL 2008 communicate over Service Broker out-of-the box.
In your position communication.
Exposed to the Internet, although that may be out of your control in this case.
|
|
I'm looking for the best way to send passwords over the internet safely. Options I've looked at are PGP and encrypted RAR files. There are no real parameters other than getting from point a to point b over the internets without too much risk.
Started by Jim B on
, 10 posts
by 9 people.
Answer Snippets (Read the full thread at serverfault):
Capturing and putting together an HTTPS stream isn't too easy, especially with... .
I would worry about the RAR file, because if someone captured the whole file they could brute force the password until it broke .
An HTTPS encrypted web form might work well.
|
|
I would like to send data over internet through a desktop application. I know a little bit about sockets. I have transferred the data within the LAN, but now I want to transfer the data over the internet. What is the best way to transfer both large and...
Started by Mohanavel on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
You will certainly....
But, as Internet is involved (not the fastest connection), I suggest for the sake of convenience you should better opt for remoting over http for network communication.
Socket is enough if no firewalls/proxies are involved.
|
|
Hi Guys,
I have a requirement to send some 100 bytes data over internet .My machine is connected to internet. I can do this with HTTP by sending requests and receiving responses. But my requirement is just to send data not receive response. I am thinking...
Started by Alien01 on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Your application wouldn't on the operators to....
UDP doesn't provide want to send short messages over the internet, but without any response.
For UDP, you send datagrams over the Internet (using IP).
And a server (other end).
|
|
The current application that I'm working on is a Client - Server C# application and work very well on a network. Now I'm thinking if it can run over the internet. The question is how to do this? How can I start the Server on my computer and in what circumstances...
Started by Emanuel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Most routers have on the internet with the domain....
You can set up your home network to allow connections from the internet.
Great info here p&p app architecture and here MS WCF
To let the rest of the internet network.
Or Soap or ..
|
|
Redundant (due to being moved from SO to SF): Best way to mount a linux filesystem on windows over the internet? Hello all, I was thinking that this could be done with a samba share tunneled over SSH? Any better ideas?
Edit: Sorry, forgot about serverfault...
Started by Seamus on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Rsync for Windows can be found, for example....
Rsync does not actually mount a filesystem but nonetheless lets you list contents of directories and transfer files to and from a Linux machine .
Your approach might work but WebDAV might fit the bill as well .
|
|
Is it possible to connect a socket between two mobile devices (iPhones) over the internet?
I am trying to discover the IP of each device and connect directly. I know it can be done with Bonjour but that only works on local networks. I need a high speed...
Started by Jamey McElveen on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you had both the IP'....
Send the address of phone A to phone B (and/or phone B to phone A) and then have them connect as you see fit .
Only a suggestion, but if you can get each of them to connect to a third site, you'll then know the address of each .
|