English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I would like to send a file to my server by merely emailing the file to the server. I have a file I want to update daily on my server, and instead of FTPing everyday, I'd like to just send an email.

2006-11-07 13:03:42 · 4 answers · asked by hrjackso 1 in Computers & Internet Programming & Design

4 answers

Why not just write a shell script to do it for you automatically?

2006-11-07 13:24:16 · answer #1 · answered by sterno73 3 · 0 0

Most FTP servers do not support receiving files by e-mail. If you don't want to use FTP, and you are running Windows XP, you might want to create a network place for the FTP site. Then you can access the site from My Network Places, and use the normal Windows Explorer interface for sending files (drag/drop, copy/paste, etc.).

2006-11-07 13:09:07 · answer #2 · answered by WDS 3 · 0 0

Not unless you receive the email on the ftp server and detach it from the email.

2006-11-07 13:08:55 · answer #3 · answered by thunder2sys 7 · 0 0

use Batch Command

example

open YourServer
YourUsername
YourPassword
cd folderdestination
mput filesource
quit

2006-11-07 13:36:42 · answer #4 · answered by safrodin 3 · 0 0

fedest.com, questions and answers