![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 05:12 PM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 03:06 PM |
| Microsoft Security Advisory (932114): Vulnerability in Microsoft Word 2000 Could Allo | iBot | Security Advisories (RSS) - Microsoft | 0 | 12-24-2007 07:00 AM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | Linux | 5 | 07-30-2007 05:26 AM |
| FTP allo command | nhatch | UNIX for Dummies Questions & Answers | 1 | 11-29-2002 06:23 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
FTP: Why can i not use the ALLO command?
Hi guys,
I need to make use of the FTP ALLO command on a Solaris 10 OS. For some reason, FTP does not recognise the command as being valid. Does this command have to be enable> If so, how? thnks, Zaff |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Post how you are trying to use the command and any error you are getting.
|
|
#3
|
|||
|
|||
|
After the connection, i type the following:
ftp>ALLO 1000 ?Invalid command I get an "invalid command" error. thnks, Zaff |
|
#4
|
||||
|
||||
|
Try this instead
ftp>quote ALLO 1000 Quote:
|
|
#5
|
|||
|
|||
|
thnks RTM, but now i get:
ftp> quote allo 10000 202 ALLO command ignored. |
|
#6
|
||||
|
||||
|
That makes it sound like the server you are connecting to does not limit file size (or that the file size is higher than 1000). Have you tried sending the file without setting the file size with the quote allo command?
Also, you may need to give some more info - like if this use to work or not, what you are attempting to do, why you are attempting to use the quote command (did someone tell you to use it or what). |
|
#7
|
|||
|
|||
|
I basically need to findout how ALLO can be used to allocate space before a file is sent to the server, so that the allocated space can not be used by any other client who is also sending files. this should hopefully prevent the system from running out space while files are being transfered.
hope this helps. Zaff |
|||
| Google The UNIX and Linux Forums |