Jump to content

[Question] Send to > Ftp server? How to?


Mikep7779

Recommended Posts


You will have to edit some of the VBS file to allow that file to be uploaded.

This color is where you have to add the file type

EG "log"

The array should look like this with what you want to upload

arASCII = Array("txt", "cgi", "pl", "htm", "html", "asp", "js", "vbs", "log")

' * * * * * * * * * * * * * * User Variables * * * * * * * * * * * * * *

' FTP address for the root of your web site:

' Example: "ftp.myISP.com" (check ISP help page for details) *

FTPaddr = "billsway.com"

' Local folder that equates to the root of your web site: *

BaseDir = "E:\BillsWay.com"

' FTP username for your site: *

UserName = "username"

' FTP password for your site: *

Password = "password"

' ---ADVANCED Setup Options--- *

' (If you don't know what ascii upload means, leave this alone!)

' Files to be uploaded in ASCII format: *

arASCII = Array("txt", "cgi", "pl", "htm", "html", "asp", "js", "vbs")

' Suppress Popup if upload succeeded (True or False, no quotes): *

ShowSuccess = False

' * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Link to comment
Share on other sites

heres what i have

[\CODE]

' * * * * * * * * * * * * * * User Variables * * * * * * * * * * * * * *

' FTP address for the root of your web site:

' Example: "ftp.myISP.com" (check ISP help page for details) *

FTPaddr = "00000000"

' Local folder that equates to the root of your web site: *

BaseDir = "C:/Documents and Settings/Panda67/Desktop/"

' FTP username for your site: *

UserName = "00000000"

' FTP password for your site: *

Password = "000000000"

' ---ADVANCED Setup Options--- *

' (If you don't know what ascii upload means, leave this alone!)

' Files to be uploaded in ASCII format: *

arASCII = Array("rar","bmp","jpg","log","txt", "cgi", "pl", "htm", "html", "asp", "js", "vbs")

' Suppress Popup if upload succeeded (True or False, no quotes): *

ShowSuccess = False

' * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

[\/CODE]

And now im getting it must be in that DIR or a sub dir ;/

Edited by Panda67
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...