|
| 1 | +远程操作 |
| 2 | +======== |
| 3 | + |
| 4 | +.. automodule:: automation_file.remote.url_validator |
| 5 | + :members: |
| 6 | + |
| 7 | +.. automodule:: automation_file.remote.http_download |
| 8 | + :members: |
| 9 | + |
| 10 | +Google Drive |
| 11 | +------------ |
| 12 | + |
| 13 | +.. automodule:: automation_file.remote.google_drive.client |
| 14 | + :members: |
| 15 | + |
| 16 | +.. automodule:: automation_file.remote.google_drive.delete_ops |
| 17 | + :members: |
| 18 | + |
| 19 | +.. automodule:: automation_file.remote.google_drive.folder_ops |
| 20 | + :members: |
| 21 | + |
| 22 | +.. automodule:: automation_file.remote.google_drive.search_ops |
| 23 | + :members: |
| 24 | + |
| 25 | +.. automodule:: automation_file.remote.google_drive.share_ops |
| 26 | + :members: |
| 27 | + |
| 28 | +.. automodule:: automation_file.remote.google_drive.upload_ops |
| 29 | + :members: |
| 30 | + |
| 31 | +.. automodule:: automation_file.remote.google_drive.download_ops |
| 32 | + :members: |
| 33 | + |
| 34 | +S3 |
| 35 | +--- |
| 36 | + |
| 37 | +随 ``automation_file`` 一并打包;由 |
| 38 | +:func:`automation_file.core.action_registry.build_default_registry` 自动注册。 |
| 39 | + |
| 40 | +.. automodule:: automation_file.remote.s3.client |
| 41 | + :members: |
| 42 | + |
| 43 | +.. automodule:: automation_file.remote.s3.upload_ops |
| 44 | + :members: |
| 45 | + |
| 46 | +.. automodule:: automation_file.remote.s3.download_ops |
| 47 | + :members: |
| 48 | + |
| 49 | +.. automodule:: automation_file.remote.s3.delete_ops |
| 50 | + :members: |
| 51 | + |
| 52 | +.. automodule:: automation_file.remote.s3.list_ops |
| 53 | + :members: |
| 54 | + |
| 55 | +Azure Blob |
| 56 | +---------- |
| 57 | + |
| 58 | +随 ``automation_file`` 一并打包;由 |
| 59 | +:func:`automation_file.core.action_registry.build_default_registry` 自动注册。 |
| 60 | + |
| 61 | +.. automodule:: automation_file.remote.azure_blob.client |
| 62 | + :members: |
| 63 | + |
| 64 | +.. automodule:: automation_file.remote.azure_blob.upload_ops |
| 65 | + :members: |
| 66 | + |
| 67 | +.. automodule:: automation_file.remote.azure_blob.download_ops |
| 68 | + :members: |
| 69 | + |
| 70 | +.. automodule:: automation_file.remote.azure_blob.delete_ops |
| 71 | + :members: |
| 72 | + |
| 73 | +.. automodule:: automation_file.remote.azure_blob.list_ops |
| 74 | + :members: |
| 75 | + |
| 76 | +Dropbox |
| 77 | +------- |
| 78 | + |
| 79 | +随 ``automation_file`` 一并打包;由 |
| 80 | +:func:`automation_file.core.action_registry.build_default_registry` 自动注册。 |
| 81 | + |
| 82 | +.. automodule:: automation_file.remote.dropbox_api.client |
| 83 | + :members: |
| 84 | + |
| 85 | +.. automodule:: automation_file.remote.dropbox_api.upload_ops |
| 86 | + :members: |
| 87 | + |
| 88 | +.. automodule:: automation_file.remote.dropbox_api.download_ops |
| 89 | + :members: |
| 90 | + |
| 91 | +.. automodule:: automation_file.remote.dropbox_api.delete_ops |
| 92 | + :members: |
| 93 | + |
| 94 | +.. automodule:: automation_file.remote.dropbox_api.list_ops |
| 95 | + :members: |
| 96 | + |
| 97 | +SFTP |
| 98 | +---- |
| 99 | + |
| 100 | +随 ``automation_file`` 一并打包;由 |
| 101 | +:func:`automation_file.core.action_registry.build_default_registry` 自动注册。 |
| 102 | +使用 :class:`paramiko.RejectPolicy`——未知主机不会被自动添加。 |
| 103 | + |
| 104 | +.. automodule:: automation_file.remote.sftp.client |
| 105 | + :members: |
| 106 | + |
| 107 | +.. automodule:: automation_file.remote.sftp.upload_ops |
| 108 | + :members: |
| 109 | + |
| 110 | +.. automodule:: automation_file.remote.sftp.download_ops |
| 111 | + :members: |
| 112 | + |
| 113 | +.. automodule:: automation_file.remote.sftp.delete_ops |
| 114 | + :members: |
| 115 | + |
| 116 | +.. automodule:: automation_file.remote.sftp.list_ops |
| 117 | + :members: |
| 118 | + |
| 119 | +FTP / FTPS |
| 120 | +---------- |
| 121 | + |
| 122 | +随 ``automation_file`` 一并打包;由 |
| 123 | +:func:`automation_file.core.action_registry.build_default_registry` 自动注册。 |
| 124 | +支持纯 FTP 与显式 FTPS(通过 ``FTP_TLS`` + ``auth()``)。 |
| 125 | + |
| 126 | +.. automodule:: automation_file.remote.ftp.client |
| 127 | + :members: |
| 128 | + |
| 129 | +.. automodule:: automation_file.remote.ftp.upload_ops |
| 130 | + :members: |
| 131 | + |
| 132 | +.. automodule:: automation_file.remote.ftp.download_ops |
| 133 | + :members: |
| 134 | + |
| 135 | +.. automodule:: automation_file.remote.ftp.delete_ops |
| 136 | + :members: |
| 137 | + |
| 138 | +.. automodule:: automation_file.remote.ftp.list_ops |
| 139 | + :members: |
| 140 | + |
| 141 | +跨后端 |
| 142 | +------ |
| 143 | + |
| 144 | +.. automodule:: automation_file.remote.cross_backend |
| 145 | + :members: |
0 commit comments