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)
-   -   FTP Multiple Sites Suggestion (https://gfy.com/showthread.php?t=1061498)

zoddy 03-17-2012 12:06 PM

FTP Multiple Sites Suggestion
 
I been wondering about this for a while.

I use filezilla to push files to my sites and it works fine..

however I am looking for this.

A program that allows me to send the same files to multiple site locations at once.

So lets say I had a movie called Freaky.mp4 and I wanted to send it up to 12 sites... instead of going to each site and uploading it one at a time I want to have the ability to send it up once and it fires off too all 12 sites.

anyone know of anything that can do this?

epitome 03-17-2012 12:11 PM

rsync?




8char

sandman! 03-17-2012 12:21 PM

thats a good idea

Quote:

Originally Posted by epitome (Post 18829492)
rsync?




8char


cooldude7 03-17-2012 12:22 PM

a simple bash script can do this.

Code:

curl -u FTP-Username1:Password1 -T /home/admin/transfer/*.mp4 ftp://ftp.server1.com/
curl -u FTP-Username2:Password2 -T /home/admin/transfer/*.mp4 ftp://ftp.server2.com/
curl -u FTP-Username3:Password3 -T /home/admin/transfer/*.mp4 ftp://ftp.server3.com/


mafia_man 03-17-2012 02:58 PM

Quote:

Originally Posted by cooldude7 (Post 18829513)
a simple bash script can do this.

Code:

curl -u FTP-Username1:Password1 -T /home/admin/transfer/*.mp4 ftp://ftp.server1.com/
curl -u FTP-Username2:Password2 -T /home/admin/transfer/*.mp4 ftp://ftp.server2.com/
curl -u FTP-Username3:Password3 -T /home/admin/transfer/*.mp4 ftp://ftp.server3.com/


People still use unsecure FTP?

mafia_man 03-17-2012 02:59 PM

Quote:

Originally Posted by zoddy (Post 18829486)
I been wondering about this for a while.

I use filezilla to push files to my sites and it works fine..

however I am looking for this.

A program that allows me to send the same files to multiple site locations at once.

So lets say I had a movie called Freaky.mp4 and I wanted to send it up to 12 sites... instead of going to each site and uploading it one at a time I want to have the ability to send it up once and it fires off too all 12 sites.

anyone know of anything that can do this?

Upload to one, SSH in and wget the file.

Alternatively use FlashFXP.


All times are GMT -7. The time now is 12:01 PM.

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