Old_School
Active Member
Hi any plans on ftp upload being add it
any specific reason you want ftp ? why not upload using software like neembuuHi any plans on ftp upload being add it
thanks for your input, will give ftp a second thought & then decideHi tom vidzi when uploading a lot multiple file at one time its more comfortable to use ftp also programs like neembuu and zoom just run on windows i dont use windows or mac i run linux
Thanks for the confirmationhello
thanks for payment
always on time all payments
Thanks for the confirmationPayment Received.
Hope for the best.
Thanks.
you can now use plowshare on linuxHi tom vidzi when uploading a lot multiple file at one time its more comfortable to use ftp also programs like neembuu and zoom just run on windows i dont use windows or mac i run linux
Installation:
$ git clone https://code.google.com/p/plowshare/ plowshare4
$ cd plowshare4
$ sudo make install
1. Basic example:
$ plowup vidzi_tv -a 'user:password' a-video.mp4
$ plowup vidzi_tv -a 'user:password' a-video.mp4 another-video.mp4
1.1 Optionally, you can use plowshare config file to store your credentials:
vi /etc/plowshare.conf
...
[Plowup]
vidzi_tv/a = "user:password"
...
$ man plowshare.conf
for more help..
1.2 Optionally, you may want to change remote filename.
$ plowup vidzi_tv -a 'user:password' 'a-video.mp4:my-new-video-filename.mp4'
Note: Even tested with a space inside filename, it works!
$ man plowup
for more help..
2. Module options (optional): title, description, tags, private
$ plowup vidzi_tv --title='The video' a-video.mp4
$ plowup vidzi_tv --description='This is a video for Bob' a-video.mp4
# Of course you can have all options at once:
$ plowup vidzi_tv --title='The video' --description='This is a video for Bob' --tags='tag1, tag2, tag 3' a-video.mp4
3. Advice.
If you plan to massively upload and avoid login step for each video, use plowshare's cache:
$ plowup vidzi_tv --cache=shared -a 'user:password' video1.mp4
# no more login for this point..
$ plowup vidzi_tv --cache=shared video2.mp4
// FWI: cookie session is stored here: ~/.config/plowshare/storage/vidzi_tv.txt
1. Yes, there is no limit; but your account should have some trafficHi i whant to use your website but i have 2 questions can i upload unlimited files ? And the second question is do you delete the files for copyright dmca?