The ftp tag has no wiki summary.
5
votes
2answers
162 views
Setting up and syncing a developer (local) version and a public version of a website
What is the best and most efficient way to set up two versions of the same website?
I want one version that is online and open for everyone to use but I also want a developer version where I can ...
1
vote
1answer
88 views
WAN Connectivity between multiple MS ACCESS DB
I have a client that asked me to develop his Windows Application and use MS Access instead of SQL database. I did and now he asked me that he deployed the Application through several of his offices.
...
5
votes
4answers
352 views
Am I sending large amounts of data sensibly?
I am about to design a video conversion service, that is scalable on the conversion side.
The architecture is as follows:
Webpage for video upload
When done, a message gets sent out to one of ...
0
votes
1answer
135 views
How to sync files between local dir and remote dir without using an IDE? [closed]
I'm running windows 7 and I have a working dir in my PC.
I have my staging server that I only have FTPS (Explicit) access to.
What I want...
Everytime I change something in my local dir, I want my ...
0
votes
3answers
226 views
FTP file compare [closed]
Are there any FTP programs out there that do a file comparison as well, so I can select the local and remote files and see what actually changed? I didnt find any when I googled. But it doesnt seem ...
0
votes
1answer
180 views
What's the best way to deal with large compressed files over FTP?
In my application, I'm getting product information files from an FTP server. They are text files that have been ZIP-compressed.
At first, I thought uncompressed the file on the server then reading ...
3
votes
3answers
148 views
Buy vs. Build - FTP Service
We have a need to FTP files that are generated by our system, so we're trying to decide whether we should spend the time to build something that meets our criteria (relatively easy, .NET has FTP ...