• FILE_DOWNLOAD

    From Frozen Fire@VERT/IMATRIX to Digital Man on Sat Jun 29 14:55:00 2002
    ãPlease correct any errors in the following codeãã setstr "C:\\MYDIR\\MYFILE.ZIP"ã file_download strãããI did not see a matching list of arguments for file_download. It looks asãthough it HAS to be used in conjunction with the get file string function. ããWould file_send be a better option?ããThanks!ããFFãThe Impact Matrix impactmatrix.dhs.orgãã---ã þ Synchronet þ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!ã
  • From Digital Man@VERT to Frozen Fire on Mon Jul 1 19:45:18 2002
    Re: FILE_DOWNLOADã By: Frozen Fire to Digital Man on Sat Jun 29 2002 01:55 pmãã > Please correct any errors in the following codeã > ã > setstr "C:\\MYDIR\\MYFILE.ZIP"ããRemove the path information - change to "MYFILE.ZIP", and the file must be inãyour file database.ãã > file_download strããRemove "str" after "file_download" - file_download does not take any arguments.ã ã > I did not see a matching list of arguments for file_download. It looks asã > though it HAS to be used in conjunction with the get file string function.ããNo, file_download just always uses the string stored in the "str" variable asãthe filename to search for and download to the user.ãã > Would file_send be a better option?ããOnly if the file is not in your file database (in which case you would need toãput the full path to the filename in the "str" variable).ãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Frozen Fire@VERT/IMATRIX to Digital Man on Wed Jul 3 05:14:00 2002
    Re: FILE_DOWNLOADã By: Digital Man to Frozen Fire on Mon Jul 01 2002 19:45:00ãã > Re: FILE_DOWNLOADã > By: Frozen Fire to Digital Man on Sat Jun 29 2002 01:55 pmã > ã > > Please correct any errors in the following codeã > >ã > > setstr "C:\\MYDIR\\MYFILE.ZIP"ã > ã > Remove the path information - change to "MYFILE.ZIP", and the file must be iã > your file database.ã > ã > > file_download strã > ã > Remove "str" after "file_download" - file_download does not take any argumenã > ã > > I did not see a matching list of arguments for file_download. It looks asã > > though it HAS to be used in conjunction with the get file string functionã > ã > No, file_download just always uses the string stored in the "str" variable aã > the filename to search for and download to the user.ã > ã > > Would file_send be a better option?ã > ã > Only if the file is not in your file database (in which case you would need ã > put the full path to the filename in the "str" variable).ã > ã > digital manããDoes this function also check the alias.cfg?ããFFãThe Impact Matrix impactmatrix.dhs.orgãã---ã þ Synchronet þ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!ã
  • From Digital Man@VERT to Frozen Fire on Wed Jul 3 14:27:28 2002
    Re: FILE_DOWNLOADã By: Frozen Fire to Digital Man on Wed Jul 03 2002 04:14 amãã > > > Please correct any errors in the following codeã > > >ã > > > setstr "C:\\MYDIR\\MYFILE.ZIP"ã > >ã > > Remove the path information - change to "MYFILE.ZIP", and the file must bã > > your file database.ã > >ã > > > file_download strã > >ã > > Remove "str" after "file_download" - file_download does not take any arguã > >ã > > > I did not see a matching list of arguments for file_download. It looksã > > > though it HAS to be used in conjunction with the get file string functã > >ã > > No, file_download just always uses the string stored in the "str" variablã > > the filename to search for and download to the user.ã > >ã > > > Would file_send be a better option?ã > >ã > > Only if the file is not in your file database (in which case you would neã > > put the full path to the filename in the "str" variable).ã > >ã > > digital manã > ã > Does this function also check the alias.cfg?ããalias.cfg is used for e-mail name/address aliases. Are you thinking ofãftpalias.cfg? If so, the answer is no, that file is only used with the FTPãserver.ãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Frozen Fire@VERT/IMATRIX to Digital Man on Thu Jul 4 03:39:00 2002
    Re: FILE_DOWNLOADã By: Digital Man to Frozen Fire on Wed Jul 03 2002 14:27:00ãã > Re: FILE_DOWNLOADã > By: Frozen Fire to Digital Man on Wed Jul 03 2002 04:14 amã > ã > > > > Please correct any errors in the following codeã > > > >ã > > > > setstr "C:\\MYDIR\\MYFILE.ZIP"ã > > >ã > > > Remove the path information - change to "MYFILE.ZIP", and the file musã > > > your file database.ã > > >ã > > > > file_download strã > > >ã > > > Remove "str" after "file_download" - file_download does not take any aã > > >ã > > > > I did not see a matching list of arguments for file_download. It loã > > > > though it HAS to be used in conjunction with the get file string fuã > > >ã > > > No, file_download just always uses the string stored in the "str" variã > > > the filename to search for and download to the user.ã > > >ã > > > > Would file_send be a better option?ã > > >ã > > > Only if the file is not in your file database (in which case you wouldã > > > put the full path to the filename in the "str" variable).ã > > >ã > > > digital manã > >ã > > Does this function also check the alias.cfg?ã > ã > alias.cfg is used for e-mail name/address aliases. Are you thinking ofã > ftpalias.cfg? If so, the answer is no, that file is only used with the FTPã > server.ã > ã > digital manããYes, I was thinking of ftpalias.cfg (sorry). Thank you. ãFFãThe Impact Matrix impactmatrix.dhs.orgãã---ã þ Synchronet þ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!ã