Board index » Visual Studio » FTP
|
lostlawyer
|
|
lostlawyer
|
FTP
Visual Studio223
I would like to upload file to some other computer over FTP every night. If it's not available, send email with error description. Does anybody has some example? Thank you, Simon - |
| hirf-spam-me-here
Registered User |
Thu Feb 05 08:06:36 CST 2004
Re:FTP
* "simon" <simon.zupan@stud-moderna.si>scripsit:
QuoteI would like to upload file to some other computer over FTP every night. <http://www.freevbcode.com/ShowCode.Asp?ID=4655" rel="nofollow" target="_blank">www.freevbcode.com/ShowCode.Asp> <www.allapi.net/downloads/NetFTP.zip>">www.allapi.net/downloads/NetFTP.zip> <http://www.visualbuilder.com/article/viewarticle.asp?id=1234" rel="nofollow" target="_blank">www.visualbuilder.com/article/viewarticle.asp> <www.abderaware.com>">www.abderaware.com> <www.csharphelp.com/archives/archive9.html>">www.csharphelp.com/archives/archive9.html> <www.codeproject.com/csharp/FTPDriver1.asp>">www.codeproject.com/csharp/FTPDriver1.asp> ... -- Herfried K. Wagner [MVP] <www.mvps.org/dotnet>">www.mvps.org/dotnet> - |
| Cor
Registered User |
Thu Feb 05 08:36:13 CST 2004
Re:FTP
Hi Herfried,
This question has been asked before I thought that the problem was To start everytime in the night an automatic uploadproces on a remote computer from a host on the internet. I think that that will be a big problem and the nearest for me is the solution from Tom S to set that in the scheduler from the remote computer. All others will fail because of security I think when there is not a permanent VPN, however than it is more a networking question in my eyes. Cor - |
| Eric
Registered User |
Thu Feb 05 10:47:24 CST 2004
Re:FTPTake a look at IP*Works! - www.nsoftware.com/.">www.nsoftware.com/. You can use the FTP component to upload the file, and the SMTP component to send notifications. .NET does not currently offer FTP support in the platform. -Eric Quote
- |
| Chad
Registered User |
Fri Feb 06 11:43:43 CST 2004
Re:FTP
hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP]) wrote in news:bvtj3p
$10cm1i$1@ID-208219.news.uni-berlin.de: This one is free BTW. :) -- Chad Z. Hower (a.k.a. Kudzu) - www.hower.org/Kudzu/">www.hower.org/Kudzu/ "Programming is an art form that fights back" ELKNews - Get your free copy at www.atozedsoftware.com">www.atozedsoftware.com - |
| hirf-spam-me-here
Registered User |
Fri Feb 06 11:51:43 CST 2004
Re:FTP
* "Chad Z. Hower aka Kudzu" <cpub@hower.org>scripsit:
Quotehirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP]) wrote in news:bvtj3p -- Herfried K. Wagner [MVP] <www.mvps.org/dotnet>">www.mvps.org/dotnet> - |
