topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 12:25 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: AutoFTP - v1.00.01 - January 1, 2007  (Read 33152 times)

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
AutoFTP - v1.00.01 - January 1, 2007
« on: January 01, 2007, 01:39 PM »
AutoFTP - v1.00.01 - January 1, 2007

    * First public release.

Version 1.01 - April 19, 2008

Changes:
Supports Passive FTP.
Removed RAS.
Supports deleting files after transfer.
SMTP is Asynchronous.
Added space for SMTP Auth.
Added a more verbose logfile mode.

Planned changes:
Make FTP Asynchronous.
Add option to save verbose logfile locally.
Add option to cancel operation in progress.

WHAT IT DOES:
What do you do when you need to upload files out of a directory at intervals?  Sure, there are several FTP programs out there, but most of them are pretty large, and are made for attended FTPs.  What this FTP program does is very simple.  It allows you to configure a directory, a server to ftp to, and an e-mail address.  Using the windows scheduler, you can schedule a job for the program using the /run:<configuration name> parameter.  Then when the job executes, everything in the local directory is uploaded to the remote directory, and an e-mail stating the success or failure of the job is sent.

SCREENSHOT:
autoftp.jpg

DOWNLOAD: Auto FTP
« Last Edit: March 18, 2009, 10:50 AM by wraith808 »

crono

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 179
    • View Profile
    • Donate to Member
Re: AutoFTP - v1.00.01 - January 1, 2007
« Reply #1 on: January 02, 2007, 09:54 AM »
Very cool tool  :-* - I think this could replace my "project_backup2ftp.bat" files :) - Can the upload be triggered from the commandline (I use windows-shutdown scripts to backup everytime I shutting down the system)? I dont know if this is the right place for feature ideas, if not, just ignore them... Here I go:
  • It would be cool if the App recognices only changed files for incremental Backups
  • It should be possible to zip the folder or the changes files and setting a password for the zip
  • If it has an option to encrypt (gnugpg for example) the zip before uploading it would be near to perfect :)

thx for the tool

bye bye


wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: AutoFTP - v1.00.01 - January 1, 2007
« Reply #2 on: January 02, 2007, 01:24 PM »
It is possible to launch from the commandline... autoftp.exe /run:<configuration filename>

So in the example in the screenshot, you'd use autoftp.exe /run:Test

As far as the others, I'll look into adding the features.  Glad you like it!

Diskbox

  • Participant
  • Joined in 2007
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Re: AutoFTP - v1.00.01 - January 1, 2007
« Reply #3 on: January 16, 2007, 07:39 AM »
Hey

This is something I've been looking at with a view of shielding the end user from the scripting process.  Problem is I'm having some issues getting it working.

Does it have to run off an FTP server or is it possible to have AutoFTP backup files on a network share e.g.  \\03kserver\IT_backups$\Feb\

If this isn't there yet is there any chance can add it to a wish list?

Cheers,

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: AutoFTP - v1.00.01 - January 1, 2007
« Reply #4 on: January 23, 2007, 12:30 PM »
It's unfortunately based completely on local drive to FTP currently... I can see what I can do about adding that to v2.  Thanks!

The Prisoner

  • Participant
  • Joined in 2007
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Re: AutoFTP - v1.00.01 - January 1, 2007
« Reply #5 on: February 12, 2007, 04:17 AM »
when the file is transferred, is the local copy deleted or moved ?
otherwise, it will keep sending the same file

Jammo the OrganizedFellow

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 212
    • View Profile
    • OrganizedFellow
    • Donate to Member
Re: AutoFTP - v1.00.01 - January 1, 2007
« Reply #6 on: December 11, 2007, 09:04 AM »
Any developmental changes on this?!
Seems like I could use this more than FileHamster!
As an aspiring web developer/designer, it is a constant struggle to cope with my ADHD + Hypomania/Bipolar Disorder.

The slow growth of my web dev projects is eclipsed by my patience, understanding and desire to learn AS MUCH AS POSSIBLE as I slowly progress.

X_____jamjammo_____

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: AutoFTP - v1.00.01 - January 1, 2007
« Reply #7 on: December 12, 2007, 02:25 PM »
Not recently...when I get into personal development mode for NANY, there are a few things I'll probably add and post them... is there anything in particular that you're looking for?

yotta

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 50
    • View Profile
    • Donate to Member
Re: AutoFTP - v1.00.01 - January 1, 2007
« Reply #8 on: March 01, 2008, 11:10 AM »
well to me it would seem to make sense to have it do the opposite, i.e. download to from ftp to a backup folder locally would be useful.

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: AutoFTP - v1.00.01 - January 1, 2007
« Reply #9 on: April 19, 2008, 12:45 PM »
^Sorry.  I guess that would be a different app... backupftp or something like that.

But for the rest, I finally got around to doing some more coding on this app, so I present AutoFTP v 1.0.1

http://wraith808.com...v101_2008-04-19a.zip

Changes:
Supports Passive FTP.
Removed RAS.
Supports deleting files after transfer.
SMTP is Asynchronous.
Added space for SMTP Auth.
Added a more verbose logfile mode.

Planned changes:
Make FTP Asynchronous.
Add option to save verbose logfile locally.
Add option to cancel operation in progress.
« Last Edit: March 18, 2009, 10:47 AM by wraith808 »