SF.net SVN: fclient: [81] trunk/sandbox/fcp/fcp2_0_consts.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-01-28 11:21:40
|
Revision: 81
http://fclient.svn.sourceforge.net/fclient/?rev=81&view=rev
Author: jurner
Date: 2008-01-28 03:21:45 -0800 (Mon, 28 Jan 2008)
Log Message:
-----------
a few more consts
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_consts.py
Modified: trunk/sandbox/fcp/fcp2_0_consts.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_consts.py 2008-01-28 11:20:59 UTC (rev 80)
+++ trunk/sandbox/fcp/fcp2_0_consts.py 2008-01-28 11:21:45 UTC (rev 81)
@@ -149,6 +149,7 @@
Shutdown = 1
SocketDied = 2
ConnectingFailed = 3
+ DuplicateConnectionName = 4
class FilenameCollision:
@@ -172,7 +173,7 @@
MessageSend = 'sending message'
MessageReceived = 'received message'
- KeyboardInterrupt = 'keyboard interrupt'
+ KeyboardInterrupt = 'keyboard interrupt' # kick out
SocketDied = 'socket died'
@@ -219,12 +220,22 @@
Nothing = 'none'
+class UploadFrom:
+ Direct = 'direct'
+ Disk = 'disk'
+ Redirect = 'redirect'
+
+
class Verbosity:
ReportCompletion = '0'
ReportProgress = '1'
+ ReportProgressAndCompression = '513' # 1 | 512 # ClientPut only
+
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|