![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ftping a file based in the size | vikas.rao11 | UNIX for Dummies Questions & Answers | 7 | 02-19-2008 04:17 AM |
| File Size Limit | HaidoodFaulkauf | UNIX for Advanced & Expert Users | 2 | 07-25-2006 05:24 AM |
| file size limit | vjm | AIX | 2 | 09-27-2005 06:46 AM |
| File size limit | frustrated1 | SUN Solaris | 3 | 07-17-2005 05:09 PM |
| Limit size of the file | _hp_ | UNIX for Dummies Questions & Answers | 4 | 07-10-2002 10:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Size limit for FTPing file
Is there any size limit for FTPing file from one unix system to another?
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Never heared about one in the last 10 years. Try it out?
|
|
#3
|
||||
|
||||
|
You need to be able to create the file on the destination system. There may be a file size limit there which is causing a problem. In my last job we had a Solaris based ftp server. We had to upgrade it to Solaris 2.6 to handle files greater than 2 GB.
|
|
#4
|
||||
|
||||
|
Also keep in mind that some filesystems specifically need to be created with or mounted with largefile support. Otherwise any file larger than 2GB is going to give you trouble.
|
|
#5
|
|||
|
|||
|
scp will be a better option to transfer files from a unix to another unix system
|
|
#6
|
|||
|
|||
|
or atleast sftp
|
|
#7
|
|||
|
|||
|
Yes Madhan, I agree. SFTP is better for file transfers because unlike scp it can hold a continuous connection and create links.
|
|||
| Google The UNIX and Linux Forums |