Social Icons

Pages

Featured Posts

Friday, October 25, 2013

Start Smart, Start Right, Start Now

I'm back!

That would be the words that I will cherish for now since I renew my vow to blogging again. So what's the new? We'll I finally decided to try writing things that I actually do. I think its best to change the contents of this blog so I can interact with my viewers.

Expect for more changes.

Thursday, October 24, 2013

Windows Auto FTP Program to Transfer file to a Webhost

Lately I've been searching the internet for a windows bat program file that could be integrated with the windows scheduled task to transfer files from a Windows PC to a folder in my webhost. I have to use that program sync data gathered from a certain desktop program. The desktop program generates csv(comma separated values) that contains informations that I can insert to a database and ultimately used by my php program to generate reports for my client. Through some research and experimenting. I think I found a way to do it. I don't know if this method is already published elsewhere but I will just post this to serve as my reference in case I will ever again need this.

You have to create a bat file with this codes:
ftp -n -i -s:getfile.txt >>log.txt
 And as you can see it calls for a text file with the filename getfile.txt. The last file is the log file. You can name this file anyway you want and must contain below codes(at least this works for my purpose, you can add other commands if you want).

open put_host_here
user put_username put_password_here
cd put_path
mput filename.csv
close
bye

Place both file in same folder. You can now call this bat file through a scheduled task. And thats it. You should have stable internet connection though.

Tuesday, August 16, 2011

Smart Online Transaction with Smart Money

It's been years now since I've been using Smart Money to purchase webhost and to transact online. I think it's one of the safest way because of its lock and unlock security feasure. One of the times that it is efficient is because you'd know if someone tries to debit your credits. If it is a credit card, who knows to what extent could you be exploited. By the way, why am I posting this? Well, apprently I was notified via SMS that someone is trying to debit account from my Smart Money. Good thing it was locked.

Be safe everyone
 

You may want to check

Followers

Visitors Counter

Total Pageviews