Hello,
I'm assigned to a project where my code is supposed to perform uploads and downloads of some files on the same FTP or HTTP server simultaneously. The speed is measured and some conclusions are being made out of this.
Now, the problem is that on high-speed connections we're getting pretty much expected results in terms of through...
This happens repeatedly and is very annoying. I upload some PHP code to a client's server. A few weeks pass. They ask for a change to be made and I re-download the code as they've made some changes. However, my code which used to be neat and tidy the last time I looked at it now has an extra lines of whitespace added everywhere. So now w...
which ftp client or which syntax allows easy chmod of subdirectories?
...
We have a C# windows application that needs to be able to connect to a server on a network, download and save a file to a specified location.
We can not use a web service as we can not assume that our clients will have IIS on their server.
The way that I am considering doing it is to FTP onto the server and download the file. I can wri...
Hello,
I recently bought a new web server 2008 for our company and require a FTP Hosting site that allows customers to upload files and host websites from our server, The site must have the shopping basket / Monthly rates built in.
If I purchased the correct template that is designed for hosting, How do I get it to work with the web ser...
Hey
Does anyone know any good Web Hosting Managers for Windows Server 2008....
Like Cpanel for example
Regards
Oliver James
...
Can someone tell me how to change directories using FtpWebRequest? This seems like it should be an easy thing to do, but I'm not seeing it.
EDIT
I just want to add...I don't have my heart set on FtpWebRequest. If there's a better (easier) way to do FTP in .NET please let me know.
Apparently there's no way to do it using a live con...
Am I becoming a lazy researcher? If I don't find good answers via Google, instead of continuing to try various research methodologies, here I am at SO again...
I want to host a few websites on IIS7 on Windows Server 2008. I am familiar with how to setup/configure the website. What I would like to do is setup a ftp site for each website ...
I have heard that uploading your website with FTP is now for n00bs, but it's the only way I've known how for the 8 or so years I've been building websites. Apparently all the buzz now is using a version control system, like SVN or Git, and somehow using SSH to upload only the files that have changed (if I understand correctly). I'm won...
Hi!
I'm downloading a logfile quite often from a ftp-server (which I'm not in control over, btw), and it seems rather rediciolus to download the whole file every time.
So I'm looking for a program (linux-ish) or Perl module that in a way combines ftp and rsync, and only "updates" the file.
The logfile is constantly growing.
Anyth...
I need to use FtpWebRequest to put a file in a FTP directory. Before the upload, I would first like to know if this file exists.
What method or property should I use to check if this file exists?
...
Hello all,
F
Is there a way to monitor the FTP port so that I can know what commands my FTP application is sending to a FTP server?
I am using a closed-source FTP client application, which is not working with a closed-source FTP application server. The client and the server are not communicating well with each other, and I would like t...
Hi, anybody know how often akamai servers refresh their cache?
I'm a webdesigner, and we use akamai's servers to cache frequently accessed files. When uploading and overwriting files to the akamai FTP, i can't see my new file reflected live.
Anybody have any experience with this? thanks!
...
I am trying to get the OpenNetCF.Net FTP Components working with my PDA application. I am struggling to get it doing any more than connecting to the server and wondered if anyone knew of any sample code I could use to learn how to use it with?
I need to be able to download and upload files, as well as determining the download size of an...
I'm trying to use SQL Server 2000 DTS Package to download a file from a FTP server. However, the FTP module in DTS only shows the files in my ftp login "Home" directory. I need to change the remote directory once I've connected. How do I do this? I can quite happily browse to the directory in the Files tab of the FTP task. The direc...
Aside from DeployerFTP, are there any plugins that offer the ability to deploy a project to an FTP location? I would love a way to do this on an individual file basis, possibly even storing the FTP information within each project.
...
I am creating a script on the fly to ftp some files from a remote computer. I create a file which is then called from the command line with
ftp -s:filename proxy
where filename is the file I just created. The file has code similar to the following:
anonymous@ip address
username
prompt off
binary
cd c:\destination directory
mget c:\...
Some servers only support ftp to upload files.
When I export the a project from my subversion repository to my windows machine, all (linux) symlinks are replaces by placeholder-files:
link ../www_public/images
after uploading the all exported files I now use
find | xargs grep -P ^link
to find all those placeholders. I then repla...
Hi All,
My program puts a file into a remote host using HTTP. For some unavoidable
reasons, the remote hosts needs some time to acknowledge the final packet of
the data transmission. More time than the default timeout, which according
to my experience is around 30 seconds.
Therefore I wanted to increase the timeout to 5 minutes, usin...
I am writing a client for a backup server.
My client schedules some folders for backup. (ex: every friday at hour X).
I am using for scheduling cron4j (a port of Linux cron to java).
Everything works nice until i schedule at the same time multiple upload jobs, then due to the multiple threads it gets messy.
Can anyone help me with a so...