Jump to content

phillyman2004

Member
  • Posts

    88
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by phillyman2004

  1. How would I go about using the .htaccess file to remove the words "home.html" from my websites front page. I am using the same forum software as MSFN, and having it generate a homepage, but in order to generate the page....it must have a name. I could shorten it to www.mywebsite.com/home.......but I would worry about any other page that has the word home in it, getting rewritten.

    Basically I have....

    www.mysite.com/home.html

    and I want

    www.mysite.com

    Any help is appriciated :)

  2. I have somewhere around 200 workstations that I am in charge of keeping in working order. I am looking to get a list of OS build dates so that I can start reimaging the oldest ones first. We use Spiceworks and unfortunately its returning bogus build dates from whatever source it uses. So is there a way to script a batch file that would work off a list of computer names, find the "Windows" or "WinNT" folder and return back the "Date Created" for that folder and append the results to a text file?

  3. Ok we have Outlook 2003 installed as part of the Office suite. We have created a signature, and on New Emails the signature shows up just fine...

    Mr. Johnson

    123 Main Street

    Anytown, NY

    22304

    But on replies....we have it set to use the same signature and it shows up as.....

    Mr. Johnson

    123 Main Street

    Anytown, NY

    22304

    Anyone have an idea as to why this is happening? :wacko:

  4. I have a personal FTP server that I have set up, I have total control over what each user can do on this FTP. I also have a FTP through my website but it doesnt give me as much control. Here is what I am trying to do.....

    A user uploads a file (usually around 75mb-200mb) to my personal FTP site, I want to have that FTP open only durring certain hours of the day.....This is all set up and running perfectly. I then want any files that have been uploaded for that day (in a certain folder) to be uploaded to my websites FTP.

    Does anyone know of a script or program that I can use to automatically upload files from a certain folder to a FTP site nightly?

  5. I have a Windows 2003 Server machine that had Bullet Proof FTP Server running on it. It ran fine using port 27015 for the FTP and ports 50000-50100 for the passive connection. Unfortunatley I needed some functions that Bullet Proof did not provide, So I have moved to G6FTP Server, I cannot seem to connect up to my FTP now. At first I thought it was because I was using non standard ports for my FTP server. So I reverted them back to the defaults of port 21 and 1024-1025. I also reconfigured the port forwarding on my Linksys WRT64G Router.

    I can connect up to my FTP server using another machine on my network, But If I try to connect to the FTP server from my connection at work, I get the following....

    Status:	Connecting to ****.kicks-***.net ...
    Status: Connected with ****.kicks-***.net. Waiting for welcome message...
    Response: 220 Gene6 FTP Server v3.9.0 (Build 2) ready...
    Command: USER upload
    Response: 331 Password required for upload.
    Command: PASS ******
    Response: 230 User upload logged in.
    Command: SYST
    Response: 215 UNIX Type: L8
    Command: FEAT
    Response: 211-Extensions supported:
    Response: AUTH TLS
    Response: CCC
    Response: CLNT
    Response: CPSV
    Response: EPRT
    Response: EPSV
    Response: MDTM
    Response: MFCT
    Response: MFMT
    Response: MLST type*;size*;create;modify*;
    Response: MODE Z
    Response: PASV
    Response: PBSZ
    Response: PROT
    Response: REST STREAM
    Response: SIZE
    Response: SSCN
    Response: TVFS
    Response: UTF8
    Response: XCRC "filename" SP EP
    Response: XMD5 "filename" SP EP
    Response: XSHA1 "filename" SP EP
    Response: 211 End.
    Command: CLNT FileZilla
    Response: 200 Noted.
    Command: OPTS UTF8 ON
    Response: 200 UTF8 OPTS ON
    Status: Connected
    Status: Retrieving directory listing...
    Command: PWD
    Response: 257 "/" is current directory.
    Command: MODE Z
    Response: 200 Mode Z ok.
    Command: OPTS MODE Z LEVEL 8
    Response: 200 MODE OPTS 8
    Command: TYPE A
    Response: 200 Type set to A.
    Command: PASV
    Error: Disconnected from server
    Error: Could not retrieve directory listing
    Error: Timeout detected!

  6. Has it had files removed or system paths modified? nLitened? Tweaked? Just direct the wizard to system32 and system32\drivers. I wouldn't do any registry changes especially when you aren't 100% sure of what you're doing.

    I compared the Registry key to another machine , and it was different

    REG_SZ and on the working machine it was REG_EXPAND_SZ

    So i exported just that part of the key , i think it was in Hex......anyways after i imported it on the other machine. Everything worked fine.

    After i explained it someone told me that Expand is used when a key uses a System variable. I could have achieved the same results by just using the hard address.

    All Good Now ! :thumbup

  7. Got a machine that whenever something is inserted such as a PS2 mouse or USB flash drive, Windows pops up the Install New Hardware , But wont install the default drivers. I already dropped into "Local Machine >> Software >> Microsoft >> Windows >> Current Version". I took out everything and just placed %SystemRoot%\Inf.

    The type is Reg_SZ , i dont know if that matters. But i am running out of ideas to get this machine to recognize new devices.

    Any Help is appriciated

  8. FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\start.dat SET Tdrive=%%i:
    copy c:\updates "%tdrive%\path\to\updates

    Thanks for that , Any Clue why now after i am using a variable the copy function keeps telling me that Access Is Denied?

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\start.bat SET Tdrive=%%i:


    copy /y "C:\updates\defs\*.*" "%tdrive%\Help\Spyware\Ad-Aware"


    copy /y "C:\updates\defs\*.*" "%tdrive%\Help\Spyware\Laser\Ad-Aware"


    copy /y "C:\updates\fpdef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\F-Prot\F-Prot CLS\"
    copy /y "C:\updates\macrdef2\*.*" "%tdrive%\Help\Virus\Command Line Scanners\F-Prot\F-Prot CLS\"

    copy /y "C:\updates\fpdef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\F-Prot\F-Prot for DOS\"
    copy /y "C:\updates\macrdef2\*.*" "%tdrive%\Help\Virus\Command Line Scanners\F-Prot\F-Prot for DOS\"


    del "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\Sysclean\*.*"
    copy /y "C:\updates\lptdef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\Sysclean\"
    copy sysclean.com "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\Sysclean\"

    del "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\VSCANTM\tmaptn.*
    del "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\VSCANTM\lpt$vpn.*
    copy /y "C:\updates\lptdef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\VSCANTM\"
    copy /y "C:\updates\tmadef\*.*" "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\VSCANTM\"


    copy "C:\updates\tsc\*.*" "%tdrive%\Help\Virus\Command Line Scanners\Trend Micro\DCE.DCT"



    copy /y "C:\updates\mcafee" "%tdrive%\Help\Virus\Command Line Scanners\McAfee\"


    del "%tdrive%\Help\Virus\Product Updates\Symantec\2006****-***-i32.exe"
    copy /y 2006****-***-i32.exe "%tdrive%\Help\Virus\Product Updates\Symantec\"


    del "%tdrive%\Help\Virus\Product Updates\McAfee\sdat****.exe"
    copy sdat****.exe "%tdrive%\Help\Virus\Product Updates\McAfee\sdat****.exe"


    del "%tdrive%\Help\Spyware\Spy Sweeper\masters.mst"
    copy masters.mst "%tdrive%\Help\Spyware\Spy Sweeper\"

  9. I have a batch file that updates my flash drive , Problem is that on different computers my Flash drive shows up as different Drive letters

    So i have 50 lines of code that has to be hard coded , is there a way i can do something like this

    IF EXIST D:\start.dat (

    %variable% = D:

    )

    IF EXIST E:\start.dat (

    %variable%= E:

    )

    copy C:\updates "%variable%\path\to\updates\"

    I just hate to have to write the code over and over 7-9 times to cover the possibilities of my flash drive volume letter and then use a gigantic IF statement

  10. Intel Bundle Purchase of a Pentium D 820 .....2.8 dual core

    I just replaced my ThermalTake Blue Orb II with Artic Silver 5

    http://www.newegg.com/Product/Product.asp?...N82E16835106069

    with a Artic Cooling Freezer 7 Pro with Preapplied Thermal Paste

    http://www.newegg.com/Product/Product.asp?...N82E16835186134

    And i am still getting about the same freaking temperature

    Are these temperatures going to be bad for this Pentium Processor???

    Keep in mind my Processor Fan seems to lower its speed down and only speeds up to keep the temperatures down .......as you can see in the Fan RPM section

    I have 1 intake fan on the front .......and an outtake 120 on the back and a outtake 80 on the side ......Gonna try some Coolermaster NanoFusion Thermal compound instead of the Paste that was already applied to the heatsink when i bought it

    The Idle is sitting in windows doing nothing ........The Load is running DVD Shrink and McAfee Virus Scan at the same time ......only a couple degree difference between them ......i just wish i could lower the temps to the 40C range :(

    comparison0oz.jpg

    This is with CPU Fan control turned off (IDLE)........What do you guys suggest?

    comparison7nm.jpg

  11. Nevermind......I contacted the guy that designed AntRenamer......the program that was suggested

    and all i needed to do is click on the sort button so that the last file was at the top ........and rename :thumbup

    Problem solved! :hello:

  12. All you have to do is change this to suit your needs.
    This start the counter at Zero.
    CT : CT = 0

    Then it passes the counter number to the filename
    ReNameFile = objFile.FileName & "-" & CT &"." & objFile.Extension

    If you want to count backward from 66 then start the counter at 66 and change this

    CT = CT - 1

    This is a redit code the counter start at 100 and goes backward, see attach image for the name changes.

    Const MY_COMPUTER = &H11&,WINDOW_HANDLE = 0, OPTIONS = 0 : strComputer = "."
    Dim Act, Fso, RenamF, oShell,Folder, FolderItem, VBS
    Dim strErrResuts, TheFile, OldName, ReNameFile, CT : CT = 100
    Set Act = CreateObject("Wscript.Shell") : Set oShell = CreateObject("Shell.Application")
    Set Fso = CreateObject("Scripting.FileSystemObject")
    VBS = Act.ExpandEnvironmentStrings("%Systemdrive%\Rename_FolderContents_v1.vbs")
    Function ReNameFolderContents
    Set Folder = oShell.BrowseForFolder(WINDOW_HANDLE, "Select The Folder With The Files To ReName:", OPTIONS, MY_COMPUTER)
    If Folder Is Nothing Then
    Act.Popup "User Has Cancel", 4,"User Cancel", 0 + 32
    Else
    Set FolderItem = Folder.Self
    Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
    Set colFileList = objWMIService.ExecQuery("ASSOCIATORS OF {Win32_Directory.Name='" & FolderItem.Path & "'} Where ResultClass = CIM_DataFile")
    For Each objFile In colFileList
    CT = CT - 1
    TheFile = objFile.Drive & objFile.Path & objFile.FileName & "." & objFile.Extension
    OldName = TheFile & vbCrLf & objFile.FileName & "." & objFile.Extension
    ' ReNameFile = objFile.FileName & "-" & CT &"." & objFile.Extension
    ReNameFile = "Book-0" & CT &"." & objFile.Extension
    strNewName = ReNameFile
    '''' UNCOMMENT BELOW TO RENAME
    ' errResult = objFile.Rename(strNewName)
    strErrResuts = strErrResuts & vbCrLf & OldName & vbCrLf & strNewName
    Next
    Act.Popup "Completed Renaming The Files In:" & vbcrlf & FolderItem.Path, 10,"Finished ReName", 0 + 64
    End If
    End Function
    ReNameFolderContents
    Act.Popup "Folder Rename List " & vbCrLf & strErrResuts, 30 ,"Rename List", 0 + 32
    If Fso.FileExists(VBS) Then : Fso.DeleteFile(VBS) : End If

    So in my example right now there are 66 image files .......the last image should be renamed from

    Nintendo Power Issue 180 - 0066.jpg to Nintendo Power Issue 180 - 0002.jpg

    Nintendo Power Issue 180 - 0065.jpg to Nintendo Power Issue 180 - 0004.jpg

    Nintendo Power Issue 180 - 0064.jpg to Nintendo Power Issue 180 - 0006.jpg

    Etc....

    See .....the images that were scanned ....numerically go in order .....but i need them renamed backwards skipping every other number

    Regular renamer programs work fine on the first half of the book .....because all i am doing there is renaming the files and skipping each number

    Flipping the book over to scan the Even pages ....results in the magazine being last page up .....which is where my situation comes into play

    So basically the program i guess would need to ask for the prefix of what i wanted the file to be named

    Nintendo Power Issue 180 -

    Then It would need to know how many image files total?

    66

    It would then know the first Image file that it found would be renamed to

    Nintendo Power Issue 180 - 0132.jpg

    Then it would move to the next file .....and rename it

    Nintendo Power Issue 180 - 0130.jpg

    and so on .....Like i said the Odd pages are no problem because they go in order .....and i can use a standard renamer program with enumeration = 2 and starting at 0001

    I really do appriciate this help you guys are giving me

    Rob

  13. Try this sfx file on a test folder it will do nothing but show you the name changes.

    If it does what you want I will change it to rename the files.

    Doesnt look like that works .....maybe its something that can be fixed ......in this example Image 0004 should have been renamed to Image 0126.......there are 66 image files .....and counting backwards every other number would be equal to that

    11420257452136ta.jpg

    And if your wondering what i am doing ......I have over 500 videogame magazines .....i am scanning them into electronic format .....rather then deal with the magazines being space hoggers :)

  14. :huh: Has the following question ever occurred to any one of you above?

    He specifies the destination filenames, but what about the source filenames?

    ...how are you going to ensure that the renaming takes place in the intended order?

    I think an actual program instead of a batch file is in order here.

    I was hoping the program would import in alphabetical order .......

    book 001.jpg

    book 002.jpg

    .

    .

    .

    Would turn into

    book 116.jpg

    book 114.jpg

    .

    .

    .

    I may be the only person in the world that needs this code :whistle:

    It just sucks that the scanner software doesnt anticipate you needing to scan such things ....... :no:

  15. I just put some more thought into this ......and the program you suggested will only help me with half of my problem

    It was 3am when i wrote the original post ....so i wasnt thinking to clearly......anyways

    Go get a magazine .....hold it cover facing up .....Those are the odd pages

    book 001.jpg

    book 003.jpg

    book 005.jpg

    .

    .

    .

    Now flip the magazine over and pretend you want to scan the Even pages .......now you need the program to do this

    book 116.jpg

    book 114.jpg

    book 112.jpg

    .

    .

    .

    To rename the second batch of files .....I basically need a custom batch file that will prompt for the prefix of the file ......then prompt for which page it starts at (example 116) then rename them backwards to 002

    I really dont feel like flipping each page over to be scanned correctly .....then flip them back to normal for storage :no:

  16. Just got a new scanner........and of course its got crappy software ........i need a small batchfile that just does the following

    ==================

    Asks Which Prefix would you like to use?

    (user enters book)

    Which Page does This collection start at?

    (User picks 2)

    File then proceeds to rename each file in that directory following the directions from the user

    book 002

    book 004

    book 006

    .

    .

    book 116

    ====================

    I am having this problem because my scanner only scans 1 side at a time .....and wont skip every other number......So i am hoping that one of you batch file guru's can write me a small little file that i can run on the first batch of scans for odd numbered scans ......then on the second batch for the even scans .....then i can put them together in a folder and have it be a book again.....these books never go over about 300 pages .....so i only need 3 number digits

    thanks for any help :thumbup

    Rob

  17. Are those idling or full-load temps?

    If they're full-load, that's perfectly fine. If it's idle, you might want to reseat the heatsink. (Thermal compound does *not* have to cover the entire CPU surface, only the middle where the core is is important.)

    Also check to see if you have an adjustable-speed fan, and that it isn't set to Low.

    These are Idle at the BIOS screen .......i just reseated and moved what was pushed out to the sides .....to the middle of the CPU chip.......still at 60c

    im gonna try a faster 120mm Fan on the back of the unit.......maybe its not drawing out air fast enough

    Other then that i have no clue what to do

  18. i would say anything over 80C is dangerous.

    you could get a better heatsink like the big typhoon or the sythe ninja

    Maybe if it doesnt change in a few days .......I will reseat the heatsink .......make sure that the Thermal paste was covering the whole chip

    I basically did a blob about the size of a pea ......maybe bigger ......then smeared it around with the tip of the artic silver tube to the size of a dime.......then put the heatsink on top to press it further out

    Maybe it wasnt enough to spread totally out to the sides of the chip .....who knows ......but that heatsink was $45

    Would rather not have to go buy another

  19. Alright this is my 5th machine to build ......but my first Dual Core ......I just installed CPU, Memory, PSU and Videocard.....turned it on to see what it would read

    Remember there are no Harddrives or Optical drives inside yet

    One 80mm fan on the front .....Intake

    One 120mm fan on back ....Outtake

    Powersupply has an internal fan that only turns on when PSU gets hot ....external always runs

    Pentium D 820 2.8 Dual Core

    CPU = 59

    M1 = 36

    M2 = 33

    The 2 fans are stock fans ......the CPU fan is a ThermalTake Blue Orb 2 with Artic Silver 5.....any info as to where the temps should be idle and under load would help me alot

    enlargedpic18bh.jpg

  20. Problem with your FTP server?

    Since you mentioned you've tried 4 different clients already, I doubt it's a client problem.

    Well its with both me uploading files to my website ........AND people uploading files to me thru FTP

    I cant figure it out for the life of me :blink:

  21. Yes i am very sorry for the double post .......but this is absolutly on my last nerve......Why are all my FTP transfers corrupt ......I have tried 4 different Clients.......and this even happens with my FTP server......No they arent running at the same time ........and yes i have the ports forwarded......Why does it look like the FTP server doesnt see my uploading a file ......and says i have been inactive for 5 minutes :no:

    ommand:	APPE MyFileName 001.part1.rar
    Command: APPE MyFileName 001.part2.rar
    Response: 150 Data connection accepted from my.ip.is.this:2929; transfer starting.
    Response: 150 Data connection accepted from my.ip.is.this:2930; transfer starting.
    Command: TYPE I
    Response: 421 Disconnecting you since you were inactive for 300 seconds.
    Error: Disconnected from server
    Status: Waiting to retry... (4 retries left)
    Status: Connecting to www.websitename.com ...
    Status: Connected with www.websitename.com. Waiting for welcome message...
    Response: 220-FTP Server Ready.
    Response: 220-Guest logins are not allowed here. You must login with your assigned
    Response: 220-username and password with your FTP client program. If you're using
    Response: 220-Internet Explorer, try the "Login as..." menu option under the "File" menu,
    Response: 220-or in other FTP client programs, you can try this URL:
    Response: 220-
    Response: 220- ftp://username@YourDomainName/
    Response: 220
    Command: USER myusername
    Response: 331 User myusername okay, need password.
    Command: PASS ********
    Response: 230 Restricted user logged in.
    Command: FEAT
    Response: 211-Extensions supported:
    Response: CLNT
    Response: MDTM
    Response: MLST type*;size*;modify*;UNIX.mode*;UNIX.owner;UNIX.uid;UNIX.group;UNIX.gid;unique
    Response: PASV
    Response: REST STREAM
    Response: SIZE
    Response: TVFS
    Response: Compliance Level: 19981201 (IETF mlst-05)
    Response: 211 End.
    Command: SYST
    Response: 215 UNIX Type: L8
    Status: Connected
    Command: PWD
    Response: 257 "/" is cwd.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: TYPE I
    Response: 200 Type okay.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Response: 226 Transfer completed.
    Status: Upload successful
    Status: Starting upload of C:\Documents and Settings\Robert\My Documents\My Pictures\MyFileName 001.part3.rar
    Command: TYPE I
    Response: 200 Type okay.
    Command: PASV
    Response: 227 Entering Passive Mode (64,202,163,150,145,55)
    Command: STOR MyFileName 001.part3.rar
    Response: 150 Data connection accepted from my.ip.is.this:2933; transfer starting.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Response: 226 Transfer completed.
    Status: Upload successful
    Status: Starting upload of C:\Documents and Settings\Robert\My Documents\My Pictures\MyFileName 001.part4.rar
    Command: TYPE I
    Response: 200 Type okay.
    Command: PASV
    Response: 227 Entering Passive Mode (64,202,163,150,145,111)
    Command: STOR MyFileName 001.part4.rar
    Response: 150 Data connection accepted from my.ip.is.this:2934; transfer starting.
    Command: TYPE A
    Response: 200 Type okay.
    Command: TYPE A
    Response: 200 Type okay.
    Command: TYPE A
    Response: 200 Type okay.
    Command: TYPE I
    Response: 200 Type okay.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: TYPE I
    Response: 200 Type okay.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: TYPE A
    Response: 200 Type okay.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: TYPE A
    Response: 200 Type okay.
    Command: TYPE A
    Response: 200 Type okay.
    Command: TYPE I
    Response: 421 Disconnecting you since you were inactive for 300 seconds.
    Error: Disconnected from server
    Status: Waiting to retry... (3 retries left)
    Status: Connecting to www.websitename.com ...
    Status: Connected with www.websitename.com. Waiting for welcome message...
    Response: 220-FTP Server Ready.
    Response: 220-Guest logins are not allowed here. You must login with your assigned
    Response: 220-username and password with your FTP client program. If you're using
    Response: 220-Internet Explorer, try the "Login as..." menu option under the "File" menu,
    Response: 220-or in other FTP client programs, you can try this URL:
    Response: 220-
    Response: 220- ftp://username@YourDomainName/
    Response: 220
    Command: USER myusername
    Response: 331 User myusername okay, need password.
    Command: PASS ********
    Response: 230 Restricted user logged in.
    Command: FEAT
    Response: 211-Extensions supported:
    Response: CLNT
    Response: MDTM
    Response: MLST type*;size*;modify*;UNIX.mode*;UNIX.owner;UNIX.uid;UNIX.group;UNIX.gid;unique
    Response: PASV
    Response: REST STREAM
    Response: SIZE
    Response: TVFS
    Response: Compliance Level: 19981201 (IETF mlst-05)
    Response: 211 End.
    Command: SYST
    Response: 215 UNIX Type: L8
    Status: Connected
    Command: TYPE I
    Response: 200 Type okay.
    Command: TYPE I
    Response: 200 Type okay.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: TYPE A
    Response: 200 Type okay.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: TYPE A
    Response: 200 Type okay.
    Command: TYPE I
    Response: 200 Type okay.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: TYPE I
    Response: 200 Type okay.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: TYPE I
    Response: 200 Type okay.
    Command: TYPE A
    Response: 421 Disconnecting you since you were inactive for 300 seconds.
    Error: Disconnected from server
    Status: Waiting to retry... (2 retries left)
    Status: Connecting to www.websitename.com ...
    Status: Connected with www.websitename.com. Waiting for welcome message...
    Response: 220-FTP Server Ready.
    Response: 220-Guest logins are not allowed here. You must login with your assigned
    Response: 220-username and password with your FTP client program. If you're using
    Response: 220-Internet Explorer, try the "Login as..." menu option under the "File" menu,
    Response: 220-or in other FTP client programs, you can try this URL:
    Response: 220-
    Response: 220- ftp://username@YourDomainName/
    Response: 220
    Command: USER myusername
    Response: 331 User myusername okay, need password.
    Command: PASS ********
    Response: 230 Restricted user logged in.
    Command: FEAT
    Response: 211-Extensions supported:
    Response: CLNT
    Response: MDTM
    Response: MLST type*;size*;modify*;UNIX.mode*;UNIX.owner;UNIX.uid;UNIX.group;UNIX.gid;unique
    Response: PASV
    Response: REST STREAM
    Response: SIZE
    Response: TVFS
    Response: Compliance Level: 19981201 (IETF mlst-05)
    Response: 211 End.
    Command: SYST
    Response: 215 UNIX Type: L8
    Status: Connected
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: TYPE A
    Response: 200 Type okay.
    Command: TYPE A
    Response: 200 Type okay.
    Error: Disconnected from server
    Error: Upload failed
    Error: Disconnected from server
    Error: Upload failed
    Error: Timeout detected!
    Error: Timeout detected!
    Status: Connecting to www.websitename.com ...
    Status: Connecting to www.websitename.com ...
    Status: Connected with www.websitename.com. Waiting for welcome message...
    Status: Connected with www.websitename.com. Waiting for welcome message...
    Response: 220-FTP Server Ready.
    Response: 220-FTP Server Ready.
    Response: 220-Guest logins are not allowed here. You must login with your assigned
    Response: 220-username and password with your FTP client program. If you're using
    Response: 220-Internet Explorer, try the "Login as..." menu option under the "File" menu,
    Response: 220-or in other FTP client programs, you can try this URL:
    Response: 220-
    Response: 220- ftp://username@YourDomainName/
    Response: 220
    Command: USER myusername
    Response: 220-Guest logins are not allowed here. You must login with your assigned
    Response: 220-username and password with your FTP client program. If you're using
    Response: 220-Internet Explorer, try the "Login as..." menu option under the "File" menu,
    Response: 220-or in other FTP client programs, you can try this URL:
    Response: 220-
    Response: 220- ftp://username@YourDomainName/
    Response: 220
    Command: USER myusername
    Response: 331 User myusername okay, need password.
    Command: PASS ********
    Response: 331 User myusername okay, need password.
    Command: PASS ********
    Response: 230 Restricted user logged in.
    Command: FEAT
    Response: 230 Restricted user logged in.
    Command: FEAT
    Response: 211-Extensions supported:
    Response: CLNT
    Response: MDTM
    Response: MLST type*;size*;modify*;UNIX.mode*;UNIX.owner;UNIX.uid;UNIX.group;UNIX.gid;unique
    Response: PASV
    Response: REST STREAM
    Response: SIZE
    Response: TVFS
    Response: Compliance Level: 19981201 (IETF mlst-05)
    Response: 211 End.
    Command: SYST
    Response: 211-Extensions supported:
    Response: CLNT
    Response: MDTM
    Response: MLST type*;size*;modify*;UNIX.mode*;UNIX.owner;UNIX.uid;UNIX.group;UNIX.gid;unique
    Response: PASV
    Response: REST STREAM
    Response: SIZE
    Response: TVFS
    Response: Compliance Level: 19981201 (IETF mlst-05)
    Response: 211 End.
    Command: SYST
    Response: 215 UNIX Type: L8
    Status: Connected
    Response: 215 UNIX Type: L8
    Status: Connected
    Status: Starting upload of C:\Documents and Settings\Robert\My Documents\My Pictures\MyFileName 001.part3.rar
    Command: PWD
    Status: Starting upload of C:\Documents and Settings\Robert\My Documents\My Pictures\MyFileName 001.part4.rar
    Command: PWD
    Response: 257 "/" is cwd.
    Command: CWD /forums/uploads/dsfiles/UnEdited/
    Response: 257 "/" is cwd.
    Command: CWD /forums/uploads/dsfiles/UnEdited/
    Response: 250 "/forums/uploads/dsfiles/UnEdited" is new cwd.
    Command: PWD
    Response: 250 "/forums/uploads/dsfiles/UnEdited" is new cwd.
    Command: PWD
    Response: 257 "/forums/uploads/dsfiles/UnEdited" is cwd.
    Command: TYPE A
    Response: 257 "/forums/uploads/dsfiles/UnEdited" is cwd.
    Command: TYPE A
    Response: 200 Type okay.
    Command: PASV
    Response: 200 Type okay.
    Command: PASV
    Response: 227 Entering Passive Mode (64,202,163,150,158,140)
    Response: 227 Entering Passive Mode (64,202,163,150,158,141)
    Command: LIST
    Command: LIST
    Response: 150 Data connection accepted from my.ip.is.this:3103; transfer starting.
    Response: 150 Data connection accepted from my.ip.is.this:3102; transfer starting.
    Command: TYPE A
    Response: 200 Type okay.
    Response: 226 Listing completed.
    Response: 226 Listing completed.
    Command: TYPE I
    Command: TYPE I
    Response: 200 Type okay.
    Command: PASV
    Response: 200 Type okay.
    Command: PASV
    Response: 227 Entering Passive Mode (64,202,163,150,158,147)
    Command: APPE MyFileName 001.part3.rar
    Response: 227 Entering Passive Mode (64,202,163,150,158,148)
    Command: APPE MyFileName 001.part4.rar
    Response: 150 Data connection accepted from my.ip.is.this:3104; transfer starting.
    Response: 150 Data connection accepted from my.ip.is.this:3105; transfer starting.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: TYPE I
    Response: 200 Type okay.
    Response: 226 Transfer completed.
    Status: Upload successful
    Status: Starting upload of C:\Documents and Settings\Robert\My Documents\My Pictures\MyFileName 001.part5.rar
    Command: TYPE I
    Response: 200 Type okay.
    Command: PASV
    Response: 227 Entering Passive Mode (64,202,163,150,160,108)
    Command: STOR MyFileName 001.part5.rar
    Response: 150 Data connection accepted from my.ip.is.this:3169; transfer starting.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: REST 0
    Response: 350 Will attempt to restart at position 0.
    Response: 226 Transfer completed.
    Status: Upload successful
    Status: Starting upload of C:\Documents and Settings\Robert\My Documents\My Pictures\MyFileName 001.part6.rar
    Command: TYPE I
    Response: 200 Type okay.
    Command: PASV
    Response: 227 Entering Passive Mode (64,202,163,150,161,50)
    Command: STOR MyFileName 001.part6.rar
    Response: 150 Data connection accepted from my.ip.is.this:3178; transfer starting.
    Command: TYPE I
    Response: 200 Type okay.
    Command: TYPE I
    Response: 200 Type okay.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: PWD
    Response: 257 "/" is cwd.
    Command: PWD
    Response: 421 Disconnecting you since you were inactive for 300 seconds.
    Error: Disconnected from server
    Status: Waiting to retry... (1 retry left)
    Status: Connecting to www.websitename.com ...
    Status: Connected with www.websitename.com. Waiting for welcome message...
    Response: 220-FTP Server Ready.
    Response: 220-Guest logins are not allowed here. You must login with your assigned
    Response: 220-username and password with your FTP client program. If you're using
    Response: 220-Internet Explorer, try the "Login as..." menu option under the "File" menu,
    Response: 220-or in other FTP client programs, you can try this URL:
    Response: 220-
    Response: 220- ftp://username@YourDomainName/
    Response: 220
    Command: USER myusername
    Response: 331 User myusername okay, need password.
    Command: PASS ********
    Response: 230 Restricted user logged in.
    Command: FEAT
    Response: 211-Extensions supported:
    Response: CLNT
    Response: MDTM
    Response: MLST type*;size*;modify*;UNIX.mode*;UNIX.owner;UNIX.uid;UNIX.group;UNIX.gid;unique
    Response: PASV
    Response: REST STREAM
    Response: SIZE
    Response: TVFS
    Response: Compliance Level: 19981201 (IETF mlst-05)
    Response: 211 End.
    Command: SYST
    Response: 215 UNIX Type: L8
    Status: Connected
    Command: TYPE I

  22. FileZilla has both a client and a server, both extremely easy to use, yet very secure.

    Same Problem .......Filezilla in the middle of a transfer is disconnecting me saying i was inactive for 300seconds ......which is bull cuz its uploading a file

    Then it resumes the transfer at position 0 :unsure:

    Want the log .....I will send it

×
×
  • Create New...