On the home page of a published company intranet website (written in FrontPage), I want to place a text box which needs to show/contain the contents of an external .txt file, (as soon as the user visits the home page), which can change many times daily) and can thus refresh the next time a user...
AIX 4.3 Korn shell. I want to trap ftp errors (e.g. not connected, invalid user name etc) in the following script:
ftp -in <<finished
open REMOTENAME
user USERNAME PASSWORD
cd USERDIRECTORY
put USERFILE
quit
finished
Using the trap command, for all interrupts, doesn't seem to have any affect.
Unix to Unix ftp. Everyday I have a load of files (named UPLUPOxxxxx, where xxxxx is a unique identifier). I need to ftp these files to another system but when the transfer's finished (either individually or at the end - I'm not bothered) I need to rename the file(s) as UPOxxxxx, i.e. strip off...
I've a 2 suite set of programs that runs via a Unix script with its entries:
run PROG01
D01 (Depot)
R12 (Rep No.)
run PROG02
Tom (Print recipient 1)
Dick (Recipient 2)
[Space] (signify end of recipient list)
We've now got 30 depots and lots of reps so the script consists, now, of the...
I've a 2 suite set of programs that runs via a Unix script with its entries:
run PROG01
D01 (Depot)
R12 (Rep No.)
run PROG02
Tom (Print recipient 1)
Dick (Recipient 2)
[Space] (signify end of recipient list)
We've now got 30 depots and lots of reps so the script consists, now, of the...
I have 2 tables: Products and Inventory. The Products rows hold an InventoryTotal, which should be a "sum" of Inventory.LocationTotal (for each Product). Can I do a simple query to update the Products.InventoryTotal field with the total of the fields Inventory.LocationTotal by...
Having done ftp from a PC to a unix box,i.e. "put" from PC (local) to unix (remote), the file's access permissions are rw- (owner), r-- (group) and --- (other). Is there any way within the ftp session I can change these?
VB 7.0 using (Sheridan Software) SSTab control.
One form, SSTab with two tabs.
First SSTab, field tab order 0-10 moves through the 11 fields OK.
When I hit tab in the final (11th field) I know that the cursor moves to field 12, which is in fact the first field on the second tab (Tab Stop is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.