Alright, I forgot how to do it!!!!
I need to send a user a particular file that is NOT in the download director but is at d:\blah\file.zip, I thought it was file_send but maybe I'm wrong.
it starts a download but nothing is really sent, FDSZ (i cought for a split second) says File Not Found. The file is there and it exists. ideas?
Show us your code. Make sure you're using either forward slashes or double-backslashes in the path (forward slahses are preferred as they are mo portable, but the drive letter obviously is not).
Show us your code. Make sure you're using either forward slashes or double-backslashes in the path (forward slahses are preferred as they are portable, but the drive letter obviously is not).
compare_key d
if_true
file_send "../../rep/detail.zip"
goto main
end_if
I've moved the file to c:\rep\detail.zip, going back two dir's from the exec c:\ and then rep\
It's really quite simple, just shows a menu and will eventuall call a script run a report and generate the zip file (currently manual) so the only getcmd that are currently there are d for download and q for quit. The rest is currently manual until I can atleast dl the file. :)
file_send "../../rep/detail.zip"
send_file_via Z "../../rep/detail.zip" <-- that'll work..
so the problem is fixed for now.
I saw a few mail cmds in the docs but nothing from what I saw that would ema a specified file.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,043 |
Nodes: | 15 (0 / 15) |
Uptime: | 46:49:32 |
Calls: | 500,902 |
Calls today: | 5 |
Files: | 109,370 |
D/L today: |
6,019 files (731M bytes) |
Messages: | 304,278 |