View Single Post
Old 01-15-2007, 04:52 AM  
nitinmukesh123
Junior Member
 
Join Date: Jan 2007
Posts: 4
Default How to split files on FTP using FTP client

Hi,

I have a small question.

How can i split file into multiple chunks like and file splitter do.
I have a file on FTP of size 600 MB and i want to split it into 100 MB 6 parts. Is there any FTP command to do this.

Though i can do it using PHP but the problem is script timeout limit is very small so before the operation completes script just stops.

Thanks for any help

[EDIT]

More info abt FTP

[R] 220---------- Welcome to Pure-FTPd [TLS] ----------

[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions supported:
[R] EPRT
[R] IDLE
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNI X.gid*;unique*;
[R] MLSD
[R] ESTP
[R] PASV
[R] EPSV
[R] SPSV
[R] ESTA
[R] AUTH TLS
[R] PBSZ
[R] PROT
[R] 211 End.

[R] 227 Entering Passive Mode

Any other info which might be needed i can provide please let me know


* FlashFXP v[ ].[ ], build [ ], [ ]registered, [ ]unregistered, [ ]pirated, [] not using just a simple query maybe if possible i will start using it
* OS [ ] WinXP, [ ] Win2K, [ ] Win98, [ ] WinME, [ ] Other
* Running behind NAT/router [ ] Yes & Model [ ], [ ] No, [ ] Not sure
* Running firewall [ ] Yes, Name [ ], Ver. [ ], or [ ] No
* Running Antivirus [ ] Yes, Name [ ] or [ ] No
* Network [ ] xDSL, [ ] CABLE, [ ] Dail-Up, [ ] Other

Last edited by nitinmukesh123; 01-15-2007 at 09:37 AM.
nitinmukesh123 is offline