Search found 3 matches

by gderoeck
Sat Jul 16, 2005 4:43 am
Forum: Client - General
Topic: Calling CoreFTP from vb.net
Replies: 3
Views: 4503

Just fai - (for anyone's information), I figured it out. I called a batch file and ran it from .Net. I think the problem was when the command line was opened from .net, it didn't recognize the c: command at the beginning, for some reason. The batch file looks like this: c: cd .. cd .. cd .. cd .. &q...
by gderoeck
Fri Jul 15, 2005 5:12 pm
Forum: Client - General
Topic: Calling CoreFTP from vb.net
Replies: 3
Views: 4503

This is supposed to be an upload - here's the line i'm using: c:"\program files\coreftp\coreftp.exe" -O -u "c:\test1.txt" -site mysite -s Since I'm trying to run this through a shell, I've tried the following as well: c:"\\program files\\coreftp\\coreftp.exe" -O -u &quo...
by gderoeck
Thu Jul 14, 2005 11:30 pm
Forum: Client - General
Topic: Calling CoreFTP from vb.net
Replies: 3
Views: 4503

Calling CoreFTP from vb.net

Hello!

Has anyone written anything in vb.net that calls CoreFTP to send a file? I'm writing a windows service to do this using the command line feature, but it keeps saying it can't find the file. Any ideas? Thanks!

-gderoeck