GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Multi domain FTP upload (https://gfy.com/showthread.php?t=939846)

$5 submissions 11-22-2009 09:18 PM

Multi domain FTP upload
 
Does this exist? An app that FTPs 1 file to several places at once...

If so, post the dl link here. This sequential upload is getting on my nerves :helpme:(:mad::Oh crap

fatfoo 11-22-2009 09:23 PM

Stupid shit is written again,
A typing test on gfy is the plan
Typing speed reaches 80 wpm

Thurbs 11-22-2009 10:24 PM

rsync scripts?

cyco_cc 11-22-2009 10:54 PM

Quote:

Originally Posted by $5 submissions (Post 16576072)
Does this exist? An app that FTPs 1 file to several places at once...

If so, post the dl link here. This sequential upload is getting on my nerves :helpme:(:mad::Oh crap

Not sure of an FTP app that does that. But it's relatively simple to get done custom, even if it's not asynchronous (e.g. FTP to first location, then the next, etc.). Suppose you have a method called ftpPut(FTPCredentials creds, string localFile) and an array of FTPCredentials, ftpCreds. Then it's just:

string localFile = "someFile.zip";
for(int i=0; i < ftpCreds.Length; i++) ftpPut(ftpCreds[i], localFile);


Should take a competent developer 15 minutes to do...


All times are GMT -7. The time now is 11:54 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc