Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Scheduling FTP Uploads ...

Thread Tools
 
Search this Thread
 
Old 14 December 2002, 02:29 PM
  #1  
scoob_dood
Scooby Regular
Thread Starter
 
scoob_dood's Avatar
 
Join Date: Jan 2002
Location: London
Posts: 550
Likes: 0
Received 0 Likes on 0 Posts
Question

Can anyone shed any light on this ? Basically I want to be able to schedule an FTP upload from a Windows NT machine, to a website.

I know I can use the "at" command to perform the schedule, but how do I automate the ftp upload ... ?

AT 02:59 /every:M,T,W,Th,F,S,Su ftpscript

What I want to automate, is this:

ncftp -u webmaster -p ****** ftp://ftp.website.com/www_html_root/
lcd C:\wwwroot\html\
asc
mput *.html
bin
mput *.jpg
mput *.gif
lcd C:\wwwroot\logs\
cd /www_log_root/
asc
mget *.log
quit

Alternatively, any UNIX bods that might know a way of scripting this for Linux ?

Cheers,

Jon
Old 14 December 2002, 05:19 PM
  #2  
Little Miss WRX
Moderator
 
Little Miss WRX's Avatar
 
Join Date: Jul 2001
Posts: 19,910
Likes: 0
Received 0 Likes on 0 Posts
Post

Save the FTP commands into a text file.

Then use the NT command line FTP client.

Damned if I can remember the exact paramter to use the text file as the command list for the FTP but I know it works. I use the system to grab a DAT update from NAI every day.

Chris
{Borrowing Michelle's PC}
Old 14 December 2002, 08:22 PM
  #3  
scoob_dood
Scooby Regular
Thread Starter
 
scoob_dood's Avatar
 
Join Date: Jan 2002
Location: London
Posts: 550
Likes: 0
Received 0 Likes on 0 Posts
Post

Cheers! Solves half the problem

syntax is:

ftp -i -s:ftp.txt ftp.webspace.com

(contents of ftp.txt)
username
password
lcd C:\temp\weblogs
cd logs
asc
mget *.log
mdel *.log
quit

works well, just need to find an equal in Linux, which sadly doesn't appear to support the scripted file thing

- Jon
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
g7prs
Member's Gallery
34
24 January 2016 06:46 PM
shorty87
Subaru Parts
1
07 October 2015 11:52 AM
Pro-Line Motorsport
Car Parts For Sale
2
29 September 2015 07:36 PM
shorty87
Wheels And Tyres For Sale
0
29 September 2015 02:18 PM
shorty87
Other Marques
0
25 September 2015 08:52 PM



Quick Reply: Scheduling FTP Uploads ...



All times are GMT +1. The time now is 03:54 PM.