Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-10-22 12:53:57
Point:500 Replies:3 POST_ID:828388USER_ID:11059
Topic:
Web Browsers;Web Development Software;Programming Languages
I have extracted some data daily into excel and do some calucation and then I would like to update
my customer every 5-minutes daily for the data update and send the file in *.htm by Excel into
my own web domain. I want to know which method is easier or fastest to send my data.htm
file to my website so that they can view the update data just by typing www.mywebdomian.comindex.htm
If using Microsoft Web 3 or Dreamwaver that will make a lot of auotmation coding in VBA which is my recent
programmning lanugauge. What about using FTP and sent the file with my login and password in VBA
automatically for every 5 minutes. Any Suggestion, please feel free to address.
Also I am using putty exe program provided by Web Domina hostage compay to login into myaccount
for Linux shell editing or other operation, If using VBA code to automatically connect the CPanel application that might
be also a lot work works, RIght ? Doing VBA code for click and keyboard simuation that is no issue for me.
But just want to know which method is easy, common, fastest
Please Advise
Duncan
my customer every 5-minutes daily for the data update and send the file in *.htm by Excel into
my own web domain. I want to know which method is easier or fastest to send my data.htm
file to my website so that they can view the update data just by typing www.mywebdomian.comindex.htm
If using Microsoft Web 3 or Dreamwaver that will make a lot of auotmation coding in VBA which is my recent
programmning lanugauge. What about using FTP and sent the file with my login and password in VBA
automatically for every 5 minutes. Any Suggestion, please feel free to address.
Also I am using putty exe program provided by Web Domina hostage compay to login into myaccount
for Linux shell editing or other operation, If using VBA code to automatically connect the CPanel application that might
be also a lot work works, RIght ? Doing VBA code for click and keyboard simuation that is no issue for me.
But just want to know which method is easy, common, fastest
Please Advise
Duncan
Author: duncanb7 replied at 2024-10-23 03:35:10
After typing the commnad at C:> it will ask you password and start the upload or donwload
C:> pscp -P 65123 example.txt "my domain Name"
Author: duncanb7 replied at 2024-10-23 03:33:37
After typing the commnad at C:> it will ask you password and start the upload or donwload
C:> pscp -P 65123 example.txt "my domain Name"
Accepted Solution
Expert: davesgonebananas replied at 2024-10-23 02:49:06
500 points GOOD
After typing the commnad at C:> it will ask you password and start the upload or donwload
C:> pscp -P 65123 example.txt "my domain Name"