Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

Well, i want to be able to right click something and have it sent to my ftp server if i select it from the Send to option. I tried to make a shortcut that was linked to ftp://user:pass@ip/public_html/Junk/. That didnt work, nor did it show in the send to dialog when i added it to the send to folder. How can i fix this?

I don't know your batch file writing skills but reading this should give you a good starting point.

FTP Script

FTP.EXE XP built-in command is what will help you doing it.

Edited by jdoe

  • Author

i can get it to connect and GET a file

How can i get it to send a file without editing the cmd?

I can do

Send xxxx.xxx

But thats static, how can i get the file name to be dynamic

Go to this website and scroll down. It's the second one couting from the end.

I have not tryed it, so, this is just a hint.

I have downloaded the vbs script, it seems okay for what you want Panda67.

Recheck the page.

  • Author

i have to set a LOCAL dir for it to send to and then i think it upload to the ftp site. I tried to set that local to c:\ and got some odd error. im about to format so ill look at it more when im back

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

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

  • Author

Thanks, i was looking for that, i didnt know it would be in the options :}

  • Author

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.