Click here to Skip to main content
15,883,829 members
Home / Discussions / Web Development
   

Web Development

 
QuestionPlease Help me To Solve this Problem in asp.net with C# Pin
Member 39004967-Mar-07 20:18
Member 39004967-Mar-07 20:18 
AnswerRe: Please Help me To Solve this Problem in asp.net with C# Pin
Colin Angus Mackay7-Mar-07 21:02
Colin Angus Mackay7-Mar-07 21:02 
QuestionFile function with ftp Pin
hiral_shah7-Mar-07 18:04
hiral_shah7-Mar-07 18:04 
AnswerRe: File function with ftp Pin
Bradml7-Mar-07 20:51
Bradml7-Mar-07 20:51 
GeneralRe: File function with ftp Pin
hiral_shah7-Mar-07 21:11
hiral_shah7-Mar-07 21:11 
GeneralRe: File function with ftp Pin
Bradml7-Mar-07 21:13
Bradml7-Mar-07 21:13 
GeneralRe: File function with ftp Pin
hiral_shah7-Mar-07 21:16
hiral_shah7-Mar-07 21:16 
GeneralRe: File function with ftp [modified] Pin
Bradml7-Mar-07 21:30
Bradml7-Mar-07 21:30 
Ok here is what a quick toss around of ideas in my head brought up:

//Connect to the FTP server

//$con = the FTP connection
//$fileName = the requested file name

$fileList = ftp_nlist($con, "/upload/Directory/etc");

if(in_array($fileName, $fileList)){
    echo 'File already exists!';
    exit();
}





Last modified: after originally posted --




Brad
Australian

- Bradml on "MVP Status"

If this was posted in a programming board please rate my answer

GeneralonKey Up/Down/Press Pin
V.7-Mar-07 2:02
professionalV.7-Mar-07 2:02 
GeneralRe: onKey Up/Down/Press Pin
kubben7-Mar-07 2:24
kubben7-Mar-07 2:24 
GeneralRe: onKey Up/Down/Press Pin
V.7-Mar-07 2:30
professionalV.7-Mar-07 2:30 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 20:12
professionalV.8-Mar-07 20:12 
GeneralRe: onKey Up/Down/Press Pin
Shog97-Mar-07 7:50
sitebuilderShog97-Mar-07 7:50 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 3:21
professionalV.8-Mar-07 3:21 
GeneralRe: onKey Up/Down/Press Pin
badgrs8-Mar-07 4:23
badgrs8-Mar-07 4:23 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 5:07
professionalV.8-Mar-07 5:07 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 20:11
professionalV.8-Mar-07 20:11 
GeneralRe: onKey Up/Down/Press Pin
Shog98-Mar-07 4:50
sitebuilderShog98-Mar-07 4:50 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 4:58
professionalV.8-Mar-07 4:58 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 20:11
professionalV.8-Mar-07 20:11 
AnswerRe: onKey Up/Down/Press Pin
itsme_manish8-Mar-07 0:48
itsme_manish8-Mar-07 0:48 
QuestionHow to access Internet explorer in ASP or in javascript [modified] Pin
Sachin Pimpale7-Mar-07 1:47
Sachin Pimpale7-Mar-07 1:47 
AnswerRe: How to access Internet explorer in ASP or in javascript Pin
Michael Hendrickx7-Mar-07 5:38
Michael Hendrickx7-Mar-07 5:38 
AnswerRe: How to access Internet explorer in ASP or in javascript Pin
Shog97-Mar-07 7:51
sitebuilderShog97-Mar-07 7:51 
QuestionHow to compile Little Movie processing source format(.LS) file in windows Pin
malayappa6-Mar-07 21:54
malayappa6-Mar-07 21:54 

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.