Help - Search - Members - Calendar
Full Version: Anyone good at VisalBasic.Net?
Forums.MrPLC.com > PLCs and Supporting Devices > General Topics - The Lounge > Computer Help and Networking
edda
Hi all!

I'm trying to make a program that can copy a file some times every day...


Right now it can only copy the file local whit a File Copy Method but now I wont to be able to copy it to a ftp server... but i'm not sure how to do this... I know I cant use the file copy method.... Should i use the FtpWebRequest? I have tried this but cant get it to work... I use Visual Basic.net 2005

helpsmilie.gif

(This post is a extension on my previus post "Software to copy files to a ftp" so any moderator Please feel free to delete that one...)

Best Regards.
edda
aaahh I goth it now...

It worked when used this...

Dim remoteLOC As String = server & Path.GetFileName(file)
My.Computer.Network.UploadFile(file, remoteLOC, "User", "Password", True, 500)


if anybody wonts to know... blush.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.