Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Split 174 Meg file into parts

I don't seem to have any files >= 4GB to test with, other than C:\hiberfil.sys which can't be opened. Vincent, what is rndmfile? Is that in one of your plugins?
It's a modern version of an ancient (pre-plugin) EXE. COPY ftp://vefatica.net/rndmfile.zip

Code:
v:\> rndmfile /?
Syntax:   RNDMFILE file_name file_size [ M N ] [ /S K ] [ /P | /V ]

M N       use only bytes in range M to N (inclusive)

Examples: RNDMFILE 1meg.bin 1048576        (random bytes)
          RNDMFILE 1meg.101 1048576 48 49  ('0's and '1's)
          RNDMFILE 1meg.A2Z 1048576 65 90  ('A' to 'Z')
          RNDMFILE 1meg.txt 1048576 32 126 (ASCII text characters)

Also ...

/S K      use K (0-2^64-1) to seed the RNG  (for repeatable results)
          default seed is randomly chosen

/P        on success, print the RNG seed used

/V        verbose output (recap)
 
Here's an EXE to try. Get it with the command COPY ftp://vefatica.net/split.zip.

Code:
SPLIT /P|/S N filename

    Split file into pieces without regard for content

    N = number of pieces (/P) or piece size in bytes (/S)

    filesize < 2^32; 2 <= N <= filesize/2

I guess filename is just a single file - *.mp4 or similar will not work?
 
I can not download any FTP links:

FF: 116.0 (64-bit)
Edition Windows 10 Home
Version 22H2
OS build 19045.3208
Experience Windows Feature Experience Pack 1000.19041.1000.0
 
well the links all show ftp:// so did you mena https://
 
Code:
[C:\Charles Browser Donloads]copy ftp://vefatica.net/split.zip
TCC: (Sys) The system cannot find the file specified.
 "ftp://vefatica.net/split.zip"
     0 files copied

[C:\Charles Browser Donloads]
 
in case my IP is not being allowed:

Code:
[C:\Charles Browser Donloads]echo %_ininame %_ip
C:\ProgramData\JP Software\Take Command 30\TCMD.INI  192.168.1.123
 
in case my IP is not being allowed:

Who says? If I'm not mistaken you (@Charles G ) have been downloading from vefatica.net for ages. I haven't changed the IP access rules in months. And there haven't been any refused connections in several hours. If you want me to check, I'll need an IPV4 address. The one you gave is an IPV6 address.
 
Who says? If I'm not mistaken you (@Charles G ) have been downloading from vefatica.net for ages. I haven't changed the IP access rules in months. And there haven't been any refused connections in several hours. If you want me to check, I'll need an IPV4 address. The one you gave is an IPV6 address.
[C:\Charles Browser Donloads]echo %_ip
192.168.1.123
 
[C:\Charles Browser Donloads]echo %_ip
192.168.1.123
Public IPv4:
Copy IP to clipboard
76.38.9.0
Country: United States of America (US)
Region: North Carolina
City: Raleigh
Zip: 27601
Lati/Long: 35.777716/-78.642691
Timezone: -05:00

Your public IP address​

76.38.9.0
Copy IP to clipboard
 
You're connecting OK. But it doesn't look like you asked for any files (same for two connections yesterday).

Code:
[02] Fri 04Aug23 13:30:57 - (000152) Connected to 76.38.9.0 (local address 192.168.1.151, port 21)
[02] Fri 04Aug23 13:30:57 - (000152) ANONYMOUS logged in, password: JPUser@
[03] Fri 04Aug23 13:30:57 - (000152) IP-Name: 076-038-009-000.inf.spectrum.com (76.38.9.0)
[02] Fri 04Aug23 13:30:57 - (000152) User "anonymous" logged out
[02] Fri 04Aug23 13:30:57 - (000152) Closed session
[02] Fri 04Aug23 13:30:57 - (000153) Connected to 76.38.9.0 (local address 192.168.1.151, port 21)
[03] Fri 04Aug23 13:30:57 - (000153) IP-Name: 076-038-009-000.inf.spectrum.com (76.38.9.0)
[02] Fri 04Aug23 13:30:57 - (000153) ANONYMOUS logged in, password: JPUser@
[02] Fri 04Aug23 13:33:58 - (000153) User "anonymous" logged out
[02] Fri 04Aug23 13:33:58 - (000153) Closed session

It looks like @Charles Dye got the file only moments later.

Code:
[02] Fri 04Aug23 13:35:09 - (000156) Connected to 129.24.38.105 (local address 192.168.1.151, port 21)
[02] Fri 04Aug23 13:35:09 - (000156) ANONYMOUS logged in, password: JPUser@
[10] Fri 04Aug23 13:35:09 - (000156) Sending file "D:\anonymous\split.zip"
[10] Fri 04Aug23 13:35:09 - (000156) Sent file "D:\anonymous\split.zip" successfully (72.21 KB/sec - 73,943 Bytes)
[02] Fri 04Aug23 13:35:09 - (000156) User "anonymous" logged out
[02] Fri 04Aug23 13:35:09 - (000156) Closed session
 
@Charles G, if you have an automated way of getting my plugins, it won't work for this file. SPLIT.ZIP is not in the same place as the plugins. It's in the root directory.

Code:
COPY ftp://vefatica.net/split.zip
 
You're connecting OK. But it doesn't look like you asked for any files (same for two connections yesterday).

Code:
[02] Fri 04Aug23 13:30:57 - (000152) Connected to 76.38.9.0 (local address 192.168.1.151, port 21)
[02] Fri 04Aug23 13:30:57 - (000152) ANONYMOUS logged in, password: JPUser@
[03] Fri 04Aug23 13:30:57 - (000152) IP-Name: 076-038-009-000.inf.spectrum.com (76.38.9.0)
[02] Fri 04Aug23 13:30:57 - (000152) User "anonymous" logged out
[02] Fri 04Aug23 13:30:57 - (000152) Closed session
[02] Fri 04Aug23 13:30:57 - (000153) Connected to 76.38.9.0 (local address 192.168.1.151, port 21)
[03] Fri 04Aug23 13:30:57 - (000153) IP-Name: 076-038-009-000.inf.spectrum.com (76.38.9.0)
[02] Fri 04Aug23 13:30:57 - (000153) ANONYMOUS logged in, password: JPUser@
[02] Fri 04Aug23 13:33:58 - (000153) User "anonymous" logged out
[02] Fri 04Aug23 13:33:58 - (000153) Closed session

It looks like @Charles Dye got the file only moments later.

Code:
[02] Fri 04Aug23 13:35:09 - (000156) Connected to 129.24.38.105 (local address 192.168.1.151, port 21)
[02] Fri 04Aug23 13:35:09 - (000156) ANONYMOUS logged in, password: JPUser@
[10] Fri 04Aug23 13:35:09 - (000156) Sending file "D:\anonymous\split.zip"
[10] Fri 04Aug23 13:35:09 - (000156) Sent file "D:\anonymous\split.zip" successfully (72.21 KB/sec - 73,943 Bytes)
[02] Fri 04Aug23 13:35:09 - (000156) User "anonymous" logged out
[02] Fri 04Aug23 13:35:09 - (000156) Closed session
I'm going to direct message you my INI file - not sure if that makes a difference
 
I don't see any smoking gun in there. You can see if the INI file makes a difference by starting TCC with the /ii option. (path\tcc.exe /ii). Then try this and show the result here.

COPY ftp://vefatica.net/split.zip

When you try again, note the exact time.
 
Last edited:
Code:
[C:\Program Files\JPSoft\TCMD30]echo %_isodate %_time %_timezone & COPY ftp://vefatica.net/split.zip
2023-08-05 12:29:14 300
TCC: (Sys) The system cannot find the file specified.
 "ftp://vefatica.net/split.zip"
     0 files copied
 
Your connection is issuing the following change working directory and list directory commands.

Code:
CWD /split.zip
LIST /split.zip
.

Both will result in ERROR_FILE_NOT_FOUND because split.zip is not a directory.

If you're using the command line I posted then I reckon your FTP.CFG file is causing something odd to happen. If vefatica.net is in there, get rid of it.

(Edit) ... or change it to something that works better.
 
I do not use a special FTP.CFG -

I do use "uBlock Origin" from Homepage

not sure what else moight be causing the problems
 
Do you have an FTP.CFG? If so, did you look at it? It might be hidden.
 
there is just commented lines in

Code:
C:\Windows\System32\drivers\etc\hosts
 
There's a fundamental difference if how your TCC and my TCC are behaving. With the same command, yours treats split.zip as if if were the name of a directory; mine, as if it were a file name. I don't know exactly how FTP.CFG works but I can't think of another cause for that.

Try this:

Code:
ffind /a: /s c:\ftp.cfg

Here's what happens when I issue copy ftp://vefatica.net/split.zip.

Code:
[02] Sat 05Aug23 14:35:22 - (000255) Connected to 192.168.1.1 (local address 192.168.1.151, port 21)
[20] Sat 05Aug23 14:35:22 - (000255) USER anonymous
[20] Sat 05Aug23 14:35:22 - (000255) PASS **********
[02] Sat 05Aug23 14:35:22 - (000255) ANONYMOUS logged in, password: JPUser@
[20] Sat 05Aug23 14:35:22 - (000255) PWD
[20] Sat 05Aug23 14:35:22 - (000255) TYPE I
[20] Sat 05Aug23 14:35:22 - (000255) SIZE /split.zip
[20] Sat 05Aug23 14:35:22 - (000255) PASV
[20] Sat 05Aug23 14:35:22 - (000255) RETR /split.zip
[10] Sat 05Aug23 14:35:22 - (000255) Sending file "D:\anonymous\split.zip"
[10] Sat 05Aug23 14:35:22 - (000255) Sent file "D:\anonymous\split.zip" successfully (4,513.12 KB/sec - 73,943 Bytes)
[20] Sat 05Aug23 14:35:22 - (000255) MDTM /split.zip
[20] Sat 05Aug23 14:35:22 - (000255) QUIT
[02] Sat 05Aug23 14:35:22 - (000255) User "anonymous" logged out
[02] Sat 05Aug23 14:35:22 - (000255) Closed session

Here's your last attempt.

Code:
[02] Sat 05Aug23 12:29:14 - (000230) Connected to 76.38.9.0 (local address 192.168.1.151, port 21)
[20] Sat 05Aug23 12:29:14 - (000230) USER anonymous
[20] Sat 05Aug23 12:29:14 - (000230) PASS **********
[02] Sat 05Aug23 12:29:14 - (000230) ANONYMOUS logged in, password: JPUser@
[20] Sat 05Aug23 12:29:14 - (000230) PWD
[03] Sat 05Aug23 12:29:14 - (000230) IP-Name: 076-038-009-000.inf.spectrum.com (76.38.9.0)
[20] Sat 05Aug23 12:29:14 - (000230) CWD /split.zip
[20] Sat 05Aug23 12:29:14 - (000230) QUIT
[02] Sat 05Aug23 12:29:14 - (000230) User "anonymous" logged out
[02] Sat 05Aug23 12:29:14 - (000230) Closed session
[02] Sat 05Aug23 12:29:14 - (000231) Connected to 76.38.9.0 (local address 192.168.1.151, port 21)
[03] Sat 05Aug23 12:29:14 - (000231) IP-Name: 076-038-009-000.inf.spectrum.com (76.38.9.0)
[20] Sat 05Aug23 12:29:14 - (000231) USER anonymous
[20] Sat 05Aug23 12:29:14 - (000231) PASS **********
[02] Sat 05Aug23 12:29:14 - (000231) ANONYMOUS logged in, password: JPUser@
[20] Sat 05Aug23 12:29:14 - (000231) PWD
[20] Sat 05Aug23 12:29:14 - (000231) PASV
[20] Sat 05Aug23 12:29:15 - (000231) LIST /split.zip
[20] Sat 05Aug23 12:32:15 - (000231) QUIT
[02] Sat 05Aug23 12:32:15 - (000231) User "anonymous" logged out
[02] Sat 05Aug23 12:32:15 - (000231) Closed session
 
Back
Top