Click here to Skip to main content
15,915,603 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Prevent exe from being copied and run on another pc Pin
Tom Deketelaere27-Nov-08 2:18
professionalTom Deketelaere27-Nov-08 2:18 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Anoop Brijmohun27-Nov-08 20:29
Anoop Brijmohun27-Nov-08 20:29 
AnswerRe: Prevent exe from being copied and run on another pc Pin
Ashfield27-Nov-08 2:50
Ashfield27-Nov-08 2:50 
GeneralRe: Prevent exe from being copied and run on another pc Pin
EliottA27-Nov-08 2:58
EliottA27-Nov-08 2:58 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Ashfield27-Nov-08 3:42
Ashfield27-Nov-08 3:42 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Paul Conrad27-Nov-08 5:12
professionalPaul Conrad27-Nov-08 5:12 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Ashfield27-Nov-08 8:31
Ashfield27-Nov-08 8:31 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Paul Conrad27-Nov-08 9:05
professionalPaul Conrad27-Nov-08 9:05 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Ashfield27-Nov-08 11:26
Ashfield27-Nov-08 11:26 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Anoop Brijmohun27-Nov-08 20:39
Anoop Brijmohun27-Nov-08 20:39 
AnswerRe: Prevent exe from being copied and run on another pc Pin
Paul Conrad27-Nov-08 5:11
professionalPaul Conrad27-Nov-08 5:11 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Luc Pattyn27-Nov-08 5:47
sitebuilderLuc Pattyn27-Nov-08 5:47 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Mycroft Holmes27-Nov-08 21:33
professionalMycroft Holmes27-Nov-08 21:33 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Tom Deketelaere27-Nov-08 21:51
professionalTom Deketelaere27-Nov-08 21:51 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Ashfield28-Nov-08 0:48
Ashfield28-Nov-08 0:48 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Tom Deketelaere28-Nov-08 1:56
professionalTom Deketelaere28-Nov-08 1:56 
AnswerRe: Prevent exe from being copied and run on another pc Pin
Sarani Ravindran27-Nov-08 18:13
Sarani Ravindran27-Nov-08 18:13 
QuestionCopying to and from ftp Location [VB.Net] [modified] Pin
indian14327-Nov-08 1:41
indian14327-Nov-08 1:41 
AnswerRe: Copying to and from ftp Location [VB.Net] Pin
EliottA27-Nov-08 2:36
EliottA27-Nov-08 2:36 
AnswerRe: Copying to and from ftp Location [VB.Net] Pin
Dave Kreskowiak27-Nov-08 4:54
mveDave Kreskowiak27-Nov-08 4:54 
GeneralRe: Copying to and from ftp Location [VB.Net] Pin
EliottA27-Nov-08 5:19
EliottA27-Nov-08 5:19 
Generalunable to copy the file from my location to FTP location Pin
indian14327-Nov-08 19:23
indian14327-Nov-08 19:23 
GeneralRe: unable to copy the file from my location to FTP location Pin
EliottA28-Nov-08 2:11
EliottA28-Nov-08 2:11 
GeneralRe: unable to copy the file from my location to FTP location Pin
Dave Kreskowiak28-Nov-08 5:16
mveDave Kreskowiak28-Nov-08 5:16 
Why are you using the same path twice?? It looks like takes a source and destination path. The source would be the path that the FTP server makes available and the destination what file you want the file copied to on your machine. It plain old will not work if you specify the exact same path for both the source and destination filepaths.

Also, you seem to be under the impression that an FTP server makes the entire harddrive of the server available to you. This is NOT the case. You can only go to and use the files/folders in a subdirectory of the server that the FTP Server manages and makes available to you. You can NOT use just any path you want on the server and expect it to work.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionXL VBA Question re Text Boxes Pin
Dalek Dave27-Nov-08 1:38
professionalDalek Dave27-Nov-08 1:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.