Jump to content

pook

Members
  • Last visited

  • Posts

    12
  • Reputation

    0
  1. pook posted a post in a topic in Tech Help and Discussions
    I was wondering how to set up a audit on directories accessed by ftp with the following information. Who (who uploaded or download to/from directory) When (what time did the make the transfer) What (what did they transfer) Where (where did they upload from or download to) if this is required to use a 3rd software, i have no problem getting it. please suggest or give me insight on what to do, example if possible.
  2. i have also been reading more and more and thought about what if i could add it by script but all the writing on script i have read seems to be more for remote connections rather than sitting behind the server and running ftp script through the server's OS to tell it to do something. when i go to "get example.bin/example.txt/example.bat" (each file being different and ran in individual lines) the "remote connection closed" then i have to re-open connection to server log back in change lcd back to where the files stored and if i try running script cd exampl.txt/myremotedirectory (or another file path) i get access denied. of course as the directory im trying to use i log in through anon connection
  3. pook replied to pook's post in a topic in Tech Help and Discussions
    apologies. didnt know which forum category to post in. ill delete this one refer all comments to other thread
  4. pook replied to pook's post in a topic in Tech Help and Discussions
    ive written the .bin file to meet the criteria of what i need. now im lost at the point when it comes to deploying said bin file . as stated im looking to stick with iis 7.5 ftp but deploying a bin file within my ftp directories is where im lost.
  5. I wrote a .bin file today with script telling to send an automated email i tested it through cmd and powershell. no how do i deploy it to my ftp. keep in mind I'm using iis 7.5 ftp server. trying to stay away from third party software the best i can. closest thing in Windows i can find is creating a new task. i created one just to have a looksey and I'm uncomfortable and uncertain its going to do what I'm wanting it to do.
  6. pook replied to pook's post in a topic in Tech Help and Discussions
    ok one of my last questions after throughly reading through the tutorial on bpftp i wrong my script using blat.exe to send out automated test email. now Im unsure on if i want to use bpftp as the IIS 7.5 ftp client is already set up with virtual directories to all my drives, and though this sounds lazy id like to keep this as is and not switch to another host ftp . if so how would i go about implementing/deploying said script into IIS 7.5.. sorry for the redundant questions still getting my feet wet with the script writing stuff.
  7. Negative no exchange or SQL. I wanted faster HDD but boss wanted budget friendly with most amount of storage space, and 3tb for $117.00 caught his attention quickly. Servers only used for FTP transfers and storage database
  8. pook replied to pook's post in a topic in Tech Help and Discussions
    that helped out so far i did send a test email to two different clients for testing purposes and recieved both the employees as test subjects recieved. thanks will continue through the write up again much appreciated... after this i do have another question , is it possible to open a document/file (.doc,.xls etc.) without downloading it from the ftp server. almost like a live link to the file so i dont have to download everyfile that i want to just look at
  9. Just finished my second Official server build. First time for one using Windows Server 2008 R2 x64 Enterprise. Custom built for the company I work for. Probably a little different from what most people run as I built this using a Full Gaming Tower. Enjoy having it this way rather than rack mount. Hardware Specs: Thermaltake Level 10 Super GT modular tower (5x5.25" drive bays, 5 Hot swap bays 2.5"-3.5" drive accessible ) 5x Hitachi Coolspin 5400 rpm 32mb buffer 3tb Internal drives (soon to expand into 5 more of the same Drives) Asus M5A88-V evo Motherboard AMD Phenom II x4 980 Black edition (Quad Core)3.7 GHz 16GB Patriot DDR3 1600MHZ Ram Ran Bios unlocked all 4 cores. Default clock speed
  10. Thanks for the quick response. Is there a tutorial for doing this. I got lost in the mass amount of text and literature on building it from ms visual basic 2008 C#. The company itself is using Outlook as our mail application and our ISP for our email server. I can make the account for the server itself in the morning from my office computer. Is there a walk-through or tutorial on how the power shell command line should look. Our email accounts we use are pop3 and smtp (incoming and outgoing) if I'm not mistaken. Trying to get this script started so I can move to the next step in my laundry list of to-do's before bringing this online. Again thanks for the information in advance. Jon
  11. I was wondering if someone could guide me on setting up an automated email for when i file is loaded to specific directory an email or notification is automaticaly sent to a selected group of users. Ive read a little bit of info on using C# visual studio 2008. heres an example to clarify Ftp directory (123.45.67.0.0/Example) Upload :example_file.xls Sample_City.dwf Ftp: Upload Complete Ftp protocol: Automated email sent To : John_Doe@My-email.com Cc: Mary_Smith@My-email.comSteve_Bass@My-email.comJohn_Ash@My-email.com Subject: Job example_file.xls and Sample_City.dwf are uploaded to directory and awaiting your completion. Ive read of a couple third party software but havent looked into any to see how difficult the transfer from my current Windows server 2008 R2 x64 using FTP IIS 7.5 thats built into windows to say WS_FTP pro . I would like to stay with built in Windows Server applications and just learning how to write code. Still a noob at this so please take it easy. I'm sorry if this is crude example please feel free to comment or ask questions.
  12. I was wondering if someone could guide me on setting up an automated email for when i file is loaded to specific directory an email or notification is automaticaly sent to a selected group of users. Ive read a little bit of info on using C# visual studio 2008. heres an example to clarify Ftp directory (123.45.67.0.0/Example) Upload :example_file.xls Sample_City.dwf Ftp: Upload Complete Ftp protocol: Automated email sent To : John_Doe@My-email.com Cc: Mary_Smith@My-email.comSteve_Bass@My-email.comJohn_Ash@My-email.com Subject: Job example_file.xls and Sample_City.dwf are uploaded to directory and awaiting your completion. Ive read of a couple third party software but havent looked into any to see how difficult the transfer from my current Windows server 2008 R2 x64 using FTP IIS 7.5 thats built into windows to say WS_FTP pro . I would like to stay with built in Windows Server applications and just learning how to write code. Still a noob at this so please take it easy. I'm sorry if this is crude example please feel free to comment or ask questions.