| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 HOMICIDAL TROLL KILLER 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2004 
				Location: Sunnybrook Institution for the Criminally Insane 
				
				
					Posts: 20,419
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Does anyone know how to do this with FTP
			 
			I cant figure out how to set up or if there is software available to automatically ftp out a local file on win 2003 server every hour up to a linux server.... 
		
	
		
		
		
		
		
	
	anyone have any ideas?  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 HOMICIDAL TROLL KILLER 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2004 
				Location: Sunnybrook Institution for the Criminally Insane 
				
				
					Posts: 20,419
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 bump..... 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2007 
				
				
				
					Posts: 7,771
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Can't do it on a FTP program and linear FTP will make the file jacked. 
		
	
		
		
		
		
			Solution: cron job on Linux executes a script on Linux that uses http to get the file from script on Win, but checking the file for acsii to reformat for linux ascii file In all, two scripts and one cron. cost $200 contact tube at econfirmpro dot com 
				__________________ 
		
		
		
		
	
	![]() ![]()  
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Jun 2006 
				
				
				
					Posts: 530
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 It actually is very much possible... 
		
	
		
		
		
		
		
	
	First, create a new text file with the following contents: Code: 
	open ftp.yourdomain.com yourusername yourpassword cd /public_html/ binary prompt n mput c:\lists\online814.txt quit Now, open up a administrative command prompt and run the following command: Code: 
	schtasks /create /tn "FTP Backup" /tr "ftp -s:c:\ftp.txt" /sc MINUTE /mo 60 If all goes well, you should see a message saying "SUCCESS: The scheduled task "FTP Backup" has successfully been created."  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | |
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Join Date: Feb 2005 
				Location: SD/OC/LA 
				
				
					Posts: 1,917
				 
				
				
				
				 | 
	
	
	
	
		
			
			 Quote: 
	
 ![]() ![]()   $200 bucks... shiiiiit man.  be all trying to get your dick in some ass.    ![]() 
				__________________ 
		
		
		
		
	
	=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=   Warriors come out  to plaAAaayyy! ![]() =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed IT Professional 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2005 
				Location: Hollywood, CA 
				
				
					Posts: 3,744
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 cron >> only way (securely). 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	The Best Affiliate Software, Ever.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2007 
				
				
				
					Posts: 7,771
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 
				__________________ 
		
		
		
		
	
	![]() ![]()  
			 | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2002 
				
				
				
					Posts: 3,745
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 WS-FTP has a scheduler feature that will do that. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	For historical display only. This information is not current: support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |